/So_long

2D Game in C for 42 School

Primary LanguageC

#SO LONG

Project Finished - graded 100%

ericdjavid

The idea is to create a 2D game with the help of the minilibX and X11 graphic server. The player has to collect the "collectibles" before he can leave the map through the exit(s). The map is a file ".ber" loaded as an argument of the executable. The number of moves are counted and the goal is to join the exit with the minimum number of moves.

This project only works on Linux and WSL, make sur you have installed the required elements to run the minilibX. For more information, check : https://github.com/42Paris/minilibx-linux

#Steps to run the game

  • Make
  • ./So_long maps/[any .ber map respecting the criterias]