Neato implementation of Conway's game of life.
git clone https://github.com/anticorrelator/game_of_life.git
cd game_of_life
- Install homebrew
brew install python3
pip3 install numpy
sudo chmod +x life
./life [integer_game_dimension]
Neato implementation of Conway's game of life.
git clone https://github.com/anticorrelator/game_of_life.git
cd game_of_life
brew install python3
pip3 install numpy
sudo chmod +x life
./life [integer_game_dimension]