An alternative implementation of the game of life using pyxel.
pyenv install 3.11.1poetry installpoetry env use ~/.pyenv/versions/3.11.1/bin/pythonpoetry shellpython 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