From 88f5eb3447073fc6a87786da6a9b6b788f9bde66 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 21 Mar 2020 03:56:19 +0100 Subject: Added basic game init with string and game display --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..dbe29dd --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# mario sokoban + +Mario sokoban projec2048t 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 + +``` +make all +./mario_sokoban +``` + +# Dependencies + +- [SDL2](https://libsdl.org) -- cgit