Hey guys
I wanted to create a Trading Card Game (Multiplayer) like the YuGiOh ones or Hearthstone (without animations) for reference.
But I am really confused on how to do it with coronasdk
First of all the board.
Each player side will have 5 cards in hand and 5 cards in field to attack/defend.
Should I create the board along with the spots/placeholders to place cards in photoshop as a image and just use it as a background image in the scene ?
Then place the card objects above the placeholder images via code ?
Is that the proper way ?
Second, the AI/Opponent
How do I hide the cards in their hand and manage their play behaviour
Any more tips or suggestions on TCG creation ?