TetrArcade/README.md

21 lines
299 B
Markdown

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