This is a simple implementation of Conway's game of life using Raylib bindings in Zig.
- Pan, zoom, camera clamp
- Pause sim
- Clear and randomize cells
- Draw cells
- Screen resize/fps change
- Pretty colors
- Rules menu (neighborhoods, dead/alive rules, edge looping)