KonstantinKlepikov / kektris

4-quarter tetris created on Pyxel framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kektris

4-quarter tetris created by Pyxel

Q-tris

Development and destribution

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)

Play the game in web

web launcher

References

A little of code idea is get from this tetris repo. Music is copypasted from pyxel demo.

About

4-quarter tetris created on Pyxel framework

License:MIT License


Languages

Language:Python 99.2%Language:Makefile 0.8%