/game-of-life

A simple terminal implementation of Conway's Game of Life using numpy with randomly generated grid.

Primary LanguagePython

Conway's Game of Life

A simple terminal implementation of Conway's Game of Life using numpy with randomly generated grid.

To run


To run just simply:

python gameoflife.py

CTRL + C to exit out.

Demo


Conway's Game of Life

Requirements


  • Numpy
  pip install numpy