10 lines
189 B
Markdown
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
|
|
``` |