I’m looking to create a top trumps game, but do not have much knowledge on where to start.
I’ve a couple of years programming experience in Java, both creating programs via BlueJ and creating GUIs with Netbeans. I’ve a basic knowledge of applets as well.
Basically the intent of the game is the regular trumps game, such that the user is presented with a card, they select one of the attributes, the opposing player’s card is then turned over, and depending on whether they have won or not, the card is added to the relevant player’s pile.
What would be the best way to do this?
… so there could be better ways of doing turn based game.