Skip to the content.

soLong

A 2D isometric game

Description

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.

SoLong

Getting Started

Dependencies

Installing

 git clone https://github.com/WickiRiama/SoLong.git

Executing program

cd SoLong
make
./so_long maps/map2.ber

Acknowledgments

42 School graphic library: minilibx

Back to Portfolio

Back