This is a C++ CLI implementation of Wolfram's and Conway's famous cellular automata. It can take user input for different rulesets used for Wolfram's Elementary CA. It can also observe generations of "Conway's Game of Life" from the initial state files provided.
These directions will assume you are using a unix or unix-like environment.
- gcc
- make
After navigating to the downloaded repository, run the command:
make
An executable binary named "automata" will appear.
To execute the file, run the command:
./automata