Skip to content

zehnpaard/Game_of_Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Conway's Game of Life in python 2.7 as practice project,
attempting Test Driven Development and some degree of functional programming style

Board size to be set to 80x80
Board edges to count as "dead"

Gui implemented in Tkinter, with displays for the generation #, input for
game speed, button to suspend game and the ability to click the board to
make cell alive/dead when game state is suspended.

About

Conway Game of Life implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages