Hey all,
I am new to game development and want to create a simple 2D Java game (tile-based or so). The game should contain typical components of a classical parlor game (playboard with particular areas and fields, rolling dices, drawing cards, moving tokens)… similar to Monopoly or so.
What do you think is a good framework or library to start with? I thought of Lightweight Java Game Library, libgdx or Slick2D… any idea? ???
Thanks in advance!