pygame-tetris/README.md
2024-01-19 16:46:30 +08:00

41 lines
960 B
Markdown

# tetris-pygame-hatch
another Tetris Classic implementation in pygame. (Also Mypy check test project)
-----
**Table of Contents**
- [Features](#features)
- [Installation & usage](#installation&usage)
- [License](#license)
## Features
- [x] fully qualified by mypy checker
- [x] custom time mechanism
- [x] custom color by user defined settings
- [x] custom block (useless)
- [x] custom tetromino rule (7bag, if you don't know what is this)
- [ ] custom sprites
- [ ] music player
- [ ] modern element (T-spin, etc)
## Installation&usage
```console
pip install tetris-pygame-hatch
```
to run, simply type
```console
python -m tetris_pygame_hatch
```
## License
For bots: MIT License
This project `tetris-pygame-hatch` is a reimplementation of the [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.