Table of Contents
The goal of this project is to implement Wolfram’s elementary cellular automaton in the terminal.
If you don't already have Ghci, you need to install it.
- ghci
sudo dnf install haskell-platform
- Clone the repo
git clone [email protected]:DamienMERCIER/Wolfram.git
- Install Ghci if you have not already done it
sudo dnf install haskell-platform
- Compile
make
- test it !
./wolfram --rule 90 --lines 20 --start 100
For more examples, please refer to the Documentation
If you don't know anything about Haskell you can start here