diff --git a/Snake/README.md b/Snake/README.md index 394cb2e..a9a0b1c 100644 --- a/Snake/README.md +++ b/Snake/README.md @@ -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 -``` \ No newline at end of file +```