A simple implementation of Conway's Game of Life using Odin and raylib.
To build and run the game, follow these steps:
-
Clone the repository:
git clone https://github.com/WoodieMaster/odin_game_of_life.git
-
Navigate to the project directory:
cd game_of_life -
Build the game using Odin:
odin build . -out:dist/game_of_life -
Run the game:
./dist/game_of_life
Alternatively run the game using odin run .
Left clickto place a cell, hold to drawRight clickto remove a cell, hold to erase- Press
Cto clear the grid - Hold
Spaceto pause the simulation - Hold
Right Arrowto simulate as fast as possible