Skip to content

cdated/conway-curses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conway-curses

Conway's game of life implemented in Python with Curses

Usage:

./conway_curses.py [tick_count]

Example:

./conway_curses.py 20

Alter Initial State:

The initial state is defined in initial_state.txt as a pattern of asterisks and spaces. To alter the initial pattern edit initial_state.txt and run again.

Sample Glider:

Sample Glider

About

Conway's game of life implemented in Python with Curses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages