A 2D isometric game
It is a 42 school project, developped in C with the school graphic library, the minilibx.
You are a grandmother trying to find her marbles in a forest. You have to pick up all the marbles in order to open the exit, and you can try to do it with the less possible moves.
You can move with WASD keys or arrows.
- A Linux distribution
- X11
git clone https://github.com/WickiRiama/SoLong.git
- Go into the SoLong folder created by the
git clone
command. - Make the project
- Run the so_long executable created with
maps/map1.ber
(little map) ormaps/map2.ber
(medium map).
cd SoLong
make
./so_long maps/map2.ber
42 School graphic library: minilibx