This implements the cellular autonoma named "Life", invented by John Conway.
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.
Nothing yet.
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.
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]
Forks and pull requests are always welcome!
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Alex Gottschalk
See also the list of contributors who participated in this project.
This project is licensed under the GPLv3 License - see the LICENSE file for details
- Coming soon!