Skip to content

5p4c351ck/Blocky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blocky

Cellular automata research framework written in C

Screenshot

Easily study and control cellular automata.

Screenshot

Compile and run the program

SDL is a dependency, and it is not included, so you need to install it yourself, example on Debian:


$ apt update && apt install libsdl2-dev libsdl2-ttf-dev

Compile with make


$ make && make clean

Run


$ ./blocky

Note: This project is currently under active development.

About

Simple cellular automata research framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published