Game of Life An Implementation of John Conway's Game of Life in Python How to Run Clone the repository Install and use a virtual environment Install the dependencies Run the game_of_life.py script Dependencies numpy matplotlib Alternatively install from req.txt by running pip install -r requirements.txt