Hi, i was searching online for something that can help me code the basics of a trading card game, but all i found were tutorials for a regular deck of cards. I have a general idea of how to do it, creating a card class , deck class, player hand class, and a playing board.
what i want to have on screen is:
-a deck of cards represented by and image I did of a deck.
-for the deck to have the cards I made in its array. I have unique cards, don’t know if i need a class for each card. or have a plain card class, with parameters such as character, attack, defense, but i mostly want just the image to appear on screen when drawn from the deck.
- to be able to click the deck and select draw, shuffle, and to be able to put cards back on top of the deck.
any and all help is greatly appreciated.