aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 99861a7..2bbf9af 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,14 @@
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).
+![screenshot](./screenshot.png)
+
# Usage
```
make all
./mario_sokoban
+./mario_sokoban [mapfile]
```
# Dependencies