4-quarter tetris created by Pyxel
Typicaly: pip install -e .[dev]
Or use pypi package with pip install kektris
Available make cli:
make test
make run
make test-pypi
make pypi
make build-example
When build-example
- result is propogated to folder example - here is html-launcher and application file (.pyxapp).
Pyxel cli:
pyxel run PYTHON_SCRIPT_FILE(.py)
pyxel watch WATCH_DIR PYTHON_SCRIPT_FILE(.py)
pyxel play PYXEL_APP_FILE(.pyxapp)
pyxel edit [PYXEL_RESOURCE_FILE(.pyxres)]
pyxel package APP_DIR STARTUP_SCRIPT_FILE(.py)
pyxel app2exe PYXEL_APP_FILE(.pyxapp)
pyxel app2html PYXEL_APP_FILE(.pyxapp)
A little of code idea is get from this tetris repo. Music is copypasted from pyxel demo.