blob: 2bbf9af46a503b8cab8920f183e5cf08373def87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
./mario_sokoban [mapfile]
```
# Dependencies
- [SDL2](https://libsdl.org)
- [SDL_Image](https://www.libsdl.org/projects/SDL_image)
|