A two player implementation of the Game of Life. Cells are split into two different teams and each player needs to try and revive/kill some cell of their own choice to kill off all enemy cells and win the game.
Go to file
2022-05-15 17:24:15 +02:00
.gitignore initial commit 2022-05-15 17:24:15 +02:00
Cell.pde initial commit 2022-05-15 17:24:15 +02:00
GOL.pde initial commit 2022-05-15 17:24:15 +02:00
theGameOfLife.pde initial commit 2022-05-15 17:24:15 +02:00