Skip to content

A Cellular Automata visualizer written in Python

Notifications You must be signed in to change notification settings

benstt/automatek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

Automatek

Cellular Automata visualizator that runs on the terminal.

The project is entirely for learning purposes and it is based on Robert Heaton's Game of Life article.

automatek

Use

Run the code on the terminal by using

$ python main.py

Controls

In menus, move between rows with up/down arrow keys. Press the enter key to interact.

In display mode (when the automata is running) press the same arrow keys to adjust the velocity of the visualizer. Press enter to go back to menus.

Keep in mind that the project is still in development, so expect some bugs. Also, the 'Make your own automata' option is not implemented yet.

Enjoy!

Releases

No releases published

Packages

No packages published

Languages