This is a small game project from 42school implemented using MiniLibX. This project is inspired by Game Freak's Pokemon Firered.
This project is a very small 2D game. It is built to make you work with textures, sprites. And some very basic gameplay elements.
🚨 Please check the issue/#1 before start.
$ make bonus
$ ./so_long_bonus [MAP_FILE.ber]
Only map files with extension .ber
are available. Map file examples are available in the map/
directory.
$ ./so_long_bonus map/map_sl.ber
Run the code to use all the features of the game.
The player’s goal is to collect all collectibles present on the map then escape with minimal movement.
KEYBOARD | ACTION |
---|---|
W , ↑ |
Move up |
S , ↓ |
Move down |
A , ← |
Move left |
D , → |
Move right |
return ⏎ |
Start game |
R |
Retry game |
ESC ⎋ |
Close the game window |