/game-of-life

Conway's Game Of Life made using Python Pygame

Primary LanguagePython

Conway's Game of Life made using Python and Pygame

Steps to run project

  1. Download project onto your computer
  2. To run this project you will need Python 3 and Pygame installed.
  3. Open the folder where the project is located and double click on the file main.py

How to use simulation

  • Click on window to make cells become alive or dead
  • Press enter key when you are ready to see the simulation
  • When simulation is on, press r key to restart
  • When you want to close the program, click on the exit button on the window