For this project, the assignment is :
Program a very small 2D game. Its purpose is to make you work with textures, sprites, and some other very basic gameplay elements.
It helps us improving our skills in the following areas: window management, event handling, colors, textures, and so forth. Made with the school graphical library: the MiniLibX (developed internally and includes basic necessary tools to open a window, create images and deal with keyboard and mouse events.)
We must create our own maps in .ber format and we can create our own sprites in .xpm format.
Controls for movement :
W
: move forward
S
: move backward
A
: move left
D
: move right
In order to compile :
make
Execution :
./so_long maps/simplemap.ber