Simple implementation of the Game of Life made to practice the basics of the Odin programming language.
- Odin (dev-2025-07)
- Raylib (v5.5)
The game has three states: Setup, Running, and Paused.
- Setup
- Left click to draw cells
- Right click to remove cells
- R to reset the grid
- Enter to run the simulation
- Running
- P to pause the simulation
- R to reset the grid and return to setup
- Paused
- P to resume the simulation
- Left click to draw cells
- Right click to remove cells
- R to reset the grid and return to setup