Pygame Tetris Demo, practice of python packaging
Go to file
2024-01-19 16:46:30 +08:00
.vscode upload 2024-01-19 16:39:03 +08:00
dist upload 2024-01-19 16:39:03 +08:00
tests upload 2024-01-19 16:39:03 +08:00
tetris_pygame_hatch upload 2024-01-19 16:39:03 +08:00
.coverage upload 2024-01-19 16:39:03 +08:00
LICENSE.txt upload 2024-01-19 16:39:03 +08:00
pyproject.toml upload 2024-01-19 16:39:03 +08:00
README.md docs: readme: fix format 2024-01-19 16:46:30 +08:00
scratch.py upload 2024-01-19 16:39:03 +08:00

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

This project tetris-pygame-hatch is a reimplementation of the reference of a ytb tutorial video. The original project has no license so this project uses MIT by default.