An alternative implementation of the game of life using pyxel.
pyenv install 3.11.1
poetry install
poetry env use ~/.pyenv/versions/3.11.1/bin/python
poetry shell
python application.py
The following commands are executed from the root of the project
pyxel package . ./application.py
The package can be tested by running
pyxel play game-of-life.pyxapp
pyxel app2html game-of-life
Just copy the game-of-life.html
path and try it out in a web browser.
- background copied from https://github.com/k-o-matic/fictionx