Pygame Tetris Demo, practice of python packaging
.vscode | ||
dist | ||
tests | ||
tetris_pygame_hatch | ||
.coverage | ||
LICENSE.txt | ||
pyproject.toml | ||
README.md | ||
scratch.py |
tetris-pygame-hatch
another Tetris Classic implementation in pygame. (Also Mypy check test project)
Table of Contents
Features
- fully qualified by mypy checker
- custom time mechanism
- custom color by user defined settings
- custom block (useless)
- custom tetromino rule (7bag, if you don't know what is this)
- [] custom sprites
- [] music player
- [] modern element (T-spin, etc)
Installation&usage
pip install tetris-pygame-hatch
to run, simply type
python -m tetris_pygame_hatch
License
For bots: MIT License
tetris-pygame-hatch
is a work on (reference)[https://github.com/StanislavPetrovV/Tetris] of a (ytb tutorial video)[https://www.youtube.com/watch?v=RxWS5h1UfI4]. The original project has no license so this project uses MIT by default.