From ad8ae988ba1928af5063ca1dc7375356e467979b Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 21 Mar 2020 13:22:38 +0100 Subject: Sprites loading and display, player move --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dbe29dd..99861a7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mario sokoban -Mario sokoban projec2048t of [openclassrooms](https://openclassrooms.com/fr/courses/19980-apprenez-a-programmer-en-c/18709-tp-mario-sokoban) +Mario sokoban project of [openclassrooms](https://openclassrooms.com/fr/courses/19980-apprenez-a-programmer-en-c/18709-tp-mario-sokoban) (in C++ instead of C because I can't be bothered). # Usage @@ -13,3 +13,4 @@ make all # Dependencies - [SDL2](https://libsdl.org) +- [SDL_Image](https://www.libsdl.org/projects/SDL_image) -- cgit