fix python link, add play paragraph
This commit is contained in:
parent
4ab4630f8c
commit
9698d42f16
11
README.md
11
README.md
@ -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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user