From aa6c9e907f30514261664f5361d7f28040735384 Mon Sep 17 00:00:00 2001 From: Nicolas S <44915747+d3vyce@users.noreply.github.com> Date: Sat, 6 Aug 2022 11:48:57 +0200 Subject: [PATCH] Add img --- Snake/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 +```