fix python link, add play paragraph

This commit is contained in:
Adrien MALINGREY 2019-09-26 17:28:35 +02:00
parent 4ab4630f8c
commit 9698d42f16

View File

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