Skip to content

Xapakas/ConwaysGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ConwaysGame

A recreation of Conway's Game of Life (https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life). The game updates to the next state upon a mouse click. To change this to a timer, comment out line 112 (win.getMouse()) and uncomment line 111 (time.sleep(0.25)). I did not create graphics.py. Its source is in its code.

About

Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages