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

```
make all
./mario_sokoban
```

# Dependencies

- [SDL2](https://libsdl.org)
- [SDL_Image](https://www.libsdl.org/projects/SDL_image)