This commit is contained in:
Nicolas S 2022-08-06 11:48:57 +02:00 committed by GitHub
parent 142a684fd6
commit aa6c9e907f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
Snake in Python using pygame
# Snake in Python using pygame
![plot](./img/Snake.png)
## Install
```
@ -11,4 +13,4 @@ pip install -r .\requirements.txt
## Start Application
```
python .\main.py
```
```