Conway's Game of Life built with Odin and Raylib.
- Odin (dev-2026-06 or later)
odin run .Run from the project root so patterns.txt is found.
- Left click on the grid — toggle a cell
- Run / Pause — start or stop the simulation
- Pattern buttons — scroll and select a preset pattern
Presets live in patterns.txt. Each line is name|x,y;x,y;... where offsets are relative to the click position.