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

Got round transitions with scoring working. #80

Closed hwoodward closed 4 years ago

hwoodward commented 4 years ago

Added network communication to client to indicate going out to server and to server to broadcast that. Added round tracker to client. Added round information to deal broadcast from server

hwoodward commented 4 years ago

There is a bug where if you go zaphod by discarding your last card you get a bonus turn. However that bug is already present in master so I am asking to merge this since it is regression free if not bug free.