Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 389 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 389 Bytes

Blocky

Cellular automata research framework written in C++

Easily study and control cellular automata.

Screenshot

Compile and execute the program

Compile with make


$ make && make clean

Execute


$ ./blocky

Note: This project is currently under active development.