Skip to content

Game of life written in Python using the Pygame library

Notifications You must be signed in to change notification settings

R-Jin/Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Game of Life

John Conway's Game of Life written in python using the pygame library

Imgur image

Instructions

Requires python3 and the pygame library.

$ git clone https://github.com/R-Jin/Game-of-Life.git
$ cd (to the path where you cloned the repository)
$ python main.py

Use mouse to toggle between living and dead cells and SPACEBAR to toggle activation of the simulation.

About

Game of life written in Python using the Pygame library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages