hwoodward / Remote-Card-Games

Program for playing card games online/remotely. Goal is to play a game of hand and foot with multiple groups in different locations.
MIT License
2 stars 1 forks source link

Add deck to card definition #113

Closed slwoodward closed 4 years ago

slwoodward commented 4 years ago

Added "deck" to definition of card. This should fix ambiguity between wrapped cards that occurred when you picked up the pile (played cards, and pile contained "identical" cards in your hand, so they inherited status and position of cards just played). Also now prints which round is currently being played in the lower right corner.

slwoodward commented 4 years ago

Because this will not be backwards compatible, I don't think we should merge it with master until we've tested it across the network, to make certain that there are no unexpected glitches.