aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: dbe29dd86b282b4b04ddafaf53a8de26d6c892e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)