A simple terminal implementation of Conway's Game of Life using numpy with randomly generated grid.
To run just simply:
python gameoflife.py
CTRL + C to exit out.
- Numpy
pip install numpy
A simple terminal implementation of Conway's Game of Life using numpy with randomly generated grid.
Python