This project is a very small 2D game. It is built to make you work with textures, sprites. And some very basic gameplay elements.
$ make
$ ./so_long [MAP_FILE.ber]
- Only map files with extension
.ber
are available. There are several map file examples in the./map/
directory.
The player's goal is to collect all collectibles present of the map then escape whit minimal movement.
KEYBOARD | ACTION |
---|---|
Return ⏎ |
Start game |
R |
Reset game |
ESC ⎋ |
Exit game |
↑ |
Move up |
↓ |
Move down |
← |
Move left |
→ |
Move right |