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

Allow playing different versions of the game #18

Closed lukew3 closed 2 years ago

lukew3 commented 2 years ago

Users should be able to select whether they would like to play 2 player remote, 2 player local, or 1 player practice.

Have 1 page for playing games, different elements are visible and different rules apply for different game modes. All mode-specific logic should be contained inside of Game.js and config.js