/Conways-Game-of-Life-Python

Conway's Game of Life in Python using Pygame!

Primary LanguagePythonMIT LicenseMIT

Conways-Game-of-Life-Python

This is Conway's Game of Life in Python using Pygame! You can edit the constant variables to change some settings.

How to use

  • Copy the repository.
  • Double click on the Conway's Game of Life.py file.
  • Enjoy!

Clone Repository

To clone this repository, use

git clone https://github.com/Space-yg/Conways-Game-of-Life-Python.git

or

gh repo clone Space-yg/Conways-Game-of-Life-Python

How to play

  • Left click with a mouse to add or remove a life.
  • Press → to go to the next generation.
  • Press space to go to the next generation automatically.
  • Press R to rest the game.