14 lines
241 B
Markdown
14 lines
241 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
|
|
python -m pip install --user arcade
|
|
``` |