SO_LONG
DESCRIPTION
so_long is a 2D game project developed as part of the training at 42 School. This game is about simple graphics manipulation and interaction with a game environment. Players navigate through a maze, collect items, avoid enemies, and seek the exit.
Features
Movement of the character in a 2D environment. Collection of items to progress in the game. Randomly moving enemies to be avoided. Exit portal that activates after collecting all items.
How to Compile the Game
To compile the game, ensure you have the necessary graphic libraries installed on your system. Then, run the following command:
make
HOW TO PLAY
To start the game, execute the following command after compiling:
./so_long map.ber
Replace map.ber with the path to the game map you wish to use.
Game Commands
W, A, S, D or arrow keys (↑, ↓, ←, →) to move the character.
SPACE to attack.
ESC to exit the game.
DEPENDENCIES
MiniLibX graphic library.
GCC compiler.
Makefile for compilation.
Author
Tulece "anporced"