Closed alnah005 closed 4 years ago
@alnah005
Would you mind clearing this up for me? When it's true then you are allowed to drop a card to dropped cards, false means you cant?? or is it the opposite? Thanks.
@alnah005
Would you mind clearing this up for me? When it's true then you are allowed to drop a card to dropped cards, false means you cant?? or is it the opposite? Thanks.
When it's true it means the player has discarded a card so is not allowed to discard more cards into discarded cards deck during the same turn. It's a little confusing I must admit.
This issue depends on completing #42
Nice work man. I see that it still has a lot of work to be done.
right off the bat, i noticed this line of code
wouldn't it be more convenient if the deck is stored inside the roundState, since each round would need its own deck?
All done with something added to the UI
A game state class must be created to make online games with multiple players possible.
The game state class must have enough information for the game to function properly, but not too much information for someone to hack the game using the gamestate, but that can ignored if it's too difficult.
Game state must have these: