From 24a9a35d02e4b43064d1d0eeb897000e39be1a01 Mon Sep 17 00:00:00 2001 From: Armand LEOPOLD Date: Sun, 10 Mar 2019 10:59:22 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f38151a..56cece1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # slapp An original game made in my early lessons of C using SDL 2.0 +![Menu of the game](images/menu.png) +![Game play](images/ingameplay.png) ## Install & run : ``sudo apt install cmake libsdl2-dev g++``