Final grade: 125%✅
This project is a small 2D game with the school graphical library: Minilibx. This library was developed internally and includes basic necessary tools to open a window, create images and deal with keyboard and mouse events. The player’s goal is to collect every collectible present on the map, then escape chosing the shortest possible route.
This game is only available on Mac.
$> make
$> ./so_long [address of map file]
# example:
# $> ./so_long ./maps/map.ber
42 Project must be written in accordance with the 42 school norm, otherwise the grade is 0:
- Declarations must be at the beginning of a function
- Declaration and an initialisation cannot be on the same line
- Each function cannot have more than 25 lines of code
- You can only use allowed functions
- ...
English: https://github.com/42School/norminette/blob/master/pdf/en.norm.pdf
Japanese: https://github.com/42School/norminette/blob/master/pdf/ja.norm.pdf