Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 348 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 348 Bytes

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]