This is EPITECH's Sokoban game project. It passes every test the school does.
For those unfamiliar with the subject. It is a Sokoban game (Puzzle game where you have to push boxes into goals). It is written in C using the Ncurses library.
The "debug" executable is to fix the terminal having a bad display during debug.
USAGE
./my_sokoban map
DESCRIPTION
map file representing the warehouse map, containing '#' for walls, 'P' for the player, 'X' for boxes and 'O' for storage locations.