carlofazioli / cardiathena

A project to study strategies in the game of hearts, using distributed computing, AI, and data analytics.
GNU General Public License v3.0
6 stars 1 forks source link

Fixed shuffle bug and commented out the three cards print statement #72

Closed aphelps4 closed 4 years ago

aphelps4 commented 4 years ago

No longer shuffles when game is done, however the print statement in is_finished occurs twice now. Shuffle can be easily checked by putting print statement after the shuffle (line 284) to show that the code works properly now.