Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 350 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 350 Bytes

game-of-life

Simple game using raylib(Note: you have to build it on your own)

Build

$ make
$ ./gol
$ .\gol.exe # or if on Windows

Controls

LMB - Put cell
RMB - Remove cell
Space - Pause/Resume
+/- - Change speed
R - Restart

Preview: Preview