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

Dealing #46

Closed hwoodward closed 4 years ago

hwoodward commented 4 years ago

Added round start code to server that deals appropriate number of hands of correct size to each player and player handlers to put the first dealt hand into the players current hand and save the others for later use.