This commit is contained in:
Adrien MALINGREY 2019-09-26 15:09:32 +02:00
commit d7bea9b7c8

View File

@ -1,3 +1,10 @@
# TetrArcade
Tetris clone made with Python and Arcade graphic library
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
```