Releases: calebsmith/automaton
Releases · calebsmith/automaton
automaton v0.0.9
Same directions as for the v0.0.8 version, but the project name has changed. The filename is now "automaton.tar.gz"
v0.0.8
A gzipped tarball of the compiled ELF binary for 64-bit Ubuntu Linux and required data files is provided for convenience.
Ensure you have the guile-2.0 package installed via apt. This is a runtime dependency for Scheme support. OpenGL and ncurses support requires system packages as well. Most systems already have these installed.
Download gameoflife.tar.gz then:
tar -xf gameoflife.tar.gz
cd game_of_life
./run_life.sh
In the last step, run any of the provided shell scripts as quick examples or run ./gameoflife with other options provided in README