From ef02e35aef814c066532eed68acbe9cc4b6164ba Mon Sep 17 00:00:00 2001 From: eval Nya <11857526-nexplorer-3e@users.noreply.gitlab.com> Date: Fri, 19 Jan 2024 16:38:12 +0800 Subject: [PATCH] first commit --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c63827e --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +# 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 + +`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.