TetrArcade/README.md
2019-09-26 10:46:51 +02:00

10 lines
189 B
Markdown

# TetrArcade
Tetris clone made with Python and Arcade graphic library
## Install
```shell
git clone https://git.malingrey.fr/adrien/TetrArcade.git
python -m pip install --user arcade
```