2 Player Conway's Game Of Life
A downloadable game for Windows
This is a simple game created in a rush over a few hours. It requires 2 players to act in turns.
In the first turn both players are allowed to place 5 cells anywhere in the grid as long as it doesn't overwrite the other's cells.
In the subsequent turns, each player can:
- Convert one cell from the grid to their colour.
- Turn off one cell from the grid.
The game is over once only one type of cell is left on the grid.
This game follows all Conway's Game of Life standard rules:
- Any live cell with fewer than two live neighbours dies.
- Any live cell with two or three live neighbours lives on to the next generation.
- Any live cell with more than three live neighbours dies.
- Any dead cell with exactly three live neighbours becomes a live cell.
Hover these rules are added to convert to the 2 player medium:
- Any cell with 2 live neighbours of one colour, and another 1 live neighbours of the other colour, will become a live cell of the former colour
- Any live cell with only 2 live neighbours of different colours will have a 50/50 chance of changing colours.
The few controls that are there:
- SPACE: Continue.
- LEFT CLICK: Performs the current turn action.
- ESC: Closes the game.
- ENTER: Resets the game, only when prompted.
https://github.com/AntiiQ/Conways-Game-of-Life-and-2-Player-Varaition
Updated | 3 days ago |
Published | 4 days ago |
Status | In development |
Platforms | Windows |
Release date | 4 days ago |
Author | AntiiQ |
Genre | Strategy, Simulation |
Made with | raylib |
Tags | conways-game-of-life, Local multiplayer, Two Player |
Code license | MIT License |
Average session | A few minutes |
Languages | English |
Multiplayer | Local multiplayer |
Player count | 2 |
Links | GitHub |
Download
Install instructions
1. Install the Executable (2 Player Game of Life.exe)
2. Run the Executable (2 Player Game of Life.exe)
No extra files need to be present or will be generated while running, so don't worry if the executable is not in a separate folder.
The executable (Standard Conway's Game of Life Simulation.exe) is a standard simulation of Conway's game of life in the same style.
Leave a comment
Log in with itch.io to leave a comment.