Skip to content
/ pyGoL Public

A Conway's Game of Life implementation in Python using curses.

License

Notifications You must be signed in to change notification settings

tayken/pyGoL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

A Conway's Game of Life implementation in Python using curses.

USAGE

Just type

./pyGoL.py

to run the game of life program. The default width is 133 characters, height is 41 characters and each cycle (tick) is 20 ms. The default values are defined in the main function and set to my terminal settings, just change them to something you like. Or you can use

./pyGoL.py -w <width> -h <height> -t <tick>

where width and height are in characters and tick is in increments of 10 ms.

LICENSE

I don't really care so I chose the unlicense. Just have fun with it and if you really want to read the license, read LICENSE file.

About

A Conway's Game of Life implementation in Python using curses.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages