This is a simple implementation of Conway's Game of Life
Ensure you have Python installed on your system. This program is compatible with Python 3.
-
Clone the repository:
git clone https://github.com/JohnLucid1/odin-life.git
-
Navigate to the project directory:
cd odin-life -
Run the program:
odin run . -- <amount of nodes: 1500>
- Press
Ctrl+Cto stop the simulation and exit the program.
This program is inspired by Conway's Game of Life and various implementations available online.