This project is a very small 2D game.
Its purpose is to make you work with textures, sprites,
and some other very basic gameplay elements.
This project has been validated with a score of 120/100.
The game has two versions.
- Vanilla version
- Compile with
make
- Execute
./so_long
with a.ber
map as an argument :
./so_long maps/map1.ber
./so_long maps/map2.ber
- Compile with
- Fancy version
- Compile with
make bonus
- Execute
./bonus
with a.ber
map as an argument :
./so_long maps/map1.ber
./so_long maps/map2.ber
./so_long maps/map_bonus.ber
- Compile with
- Use
W
,A
,S
,D
to move - Eat all the fish
- Avoid evil cats (fancy version)
- Go to the exit
You can quit the game by pressing the ESC
key or clicking the red cross !