lukew3 / congol

Conway's game of life for 2 players
https://congol.net
GNU General Public License v3.0
4 stars 0 forks source link

Find a way to make sure that user isn't lying about their moves or end of game #86

Open lukew3 opened 2 years ago

lukew3 commented 2 years ago

During runMove, check if the move is possible given the amount of pieces that the other user should have and that the spaces that the pieces were placed are legal. If not, end the game and notify the offendee of why the game ended.

Might want to check that the clients computer is powerful enough to do logic