Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 298 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 298 Bytes

GOL

Implementation of different Cellular Automaton in C.

Dependencies: GCC

Quick Start

./build.sh
./main <height: 1-25> <width: 1-100>

The UI explains the controls. Press 'O' to enter options mode.

Implementations

Game of Life, Seeds, Brian's Brain, Day & Night, Wireworld.