So_long

The purpose of this project is to develop a very small 2D game using minilibX - a graphic library which enables:
Get keyboard and mouse input, manages screen, keyboard and mouse.

Instructions

➜ Clone repo
➜ Compile files with make
➜ To execute the file so_long.out typing ./so_long ./maps/map1.ber
W,A,S,D keys will be used to move the main character

W up
A left
S down
D right

➜ Pressing ESC or clicking on the red cross to close the window.