Skip to content

alexgottscha/conway-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

This implements the cellular autonoma named "Life", invented by John Conway.

Author

Alex Gottschalk alex.gottschalk@gmail.com

All content in this repository is original work, copyright by the author.

This work is licensed under a Creative Commons Attribution 4.0 International License.

Getting Started

Nothing yet.

Prerequisites

No package prerequisites. Needs Python 3.6 or a from_future import, as the 3.6 format string syntax is vastly better than in previous pythons.

Installing

This is currently in library form only. Run it in iPython and try the following:

run life.py
grid = Grid(80, 24, torus=False)
grid.print()
grid.update()
grid.print()
[etc]

Contributing

Forks and pull requests are always welcome!

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Alex Gottschalk

See also the list of contributors who participated in this project.

License

This project is licensed under the GPLv3 License - see the LICENSE file for details

Acknowledgments

  • Coming soon!

About

Python 3 OO implementation of Conway's game of life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages