Skip to content

Developing an interactive Game of LIfe for practice in Python

Notifications You must be signed in to change notification settings

thundercat1/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

#Game of Life in Python

##Standard Settings: With a full-screen terminal, you should be able to run the game.py script to see the game run as a loop.

##Using as a module: Create a new instance of Game() with optional parameters: m -- the height of the grid n -- the width of the grid f -- the probability that any one cell in the grid will harbor life at the game's onset

About

Developing an interactive Game of LIfe for practice in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published