This simple curses implementation of Conway's Game of Life is my "hello world" for python and github.
This version is just the basic engine. Future versions will hopefully ^H^H^H^H^H^H^H^H^H probably never include:
- An in place starting pattern editor.
- Load and save starting pattern dialogues.
- An optimised generation engine.
- Graphical rather than curses output.
- Realtime controls such as pause / play, slower / faster, load and save etc.
The point of all this is simply for me to exercise different aspects of python.
Michael Boyd 08/10/2023