anticorrelator / game_of_life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game Of Life

Neato implementation of Conway's game of life.

To play:

  1. git clone https://github.com/anticorrelator/game_of_life.git
  2. cd game_of_life
  3. Install homebrew
  4. brew install python3
  5. pip3 install numpy
  6. sudo chmod +x life
  7. ./life [integer_game_dimension]

About


Languages

Language:Python 100.0%