TetrArcade/README.md

21 lines
305 B
Markdown

# TetrArcade
Tetris clone made with Python and Arcade graphic library
## Requirements
[Python](https://www.python.org/)
## Install
```shell
git clone https://git.malingrey.fr/adrien/TetrArcade.git
cd TetrArcade
python -m pip install -r requirements.txt
```
## Play
```shell
python tetrarcade.py
```