Skip to content

Conway's Game of Life implementation in python with infinite world

License

Notifications You must be signed in to change notification settings

xash3000/gol.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gol.py

this is a simple implementation of Conway's Game of Life written in python.

The world is infinite but the shown part depends on the terminal size. you can resize the terminal to change the world size.

Usage

$ python3 gol.py <world_file>

example

$ python3 gol.py worlds/acorn

LICENSE

MIT

About

Conway's Game of Life implementation in python with infinite world

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages