This is a 42 project that consists of creating a video game with the minilibx 42. The goal of the game is to collect coins, then kill monsters.
| Keys | Effect |
|---|---|
| W | UP |
| A | Left |
| S | Down |
| D | Right |
| Q | Attack 1 |
| E | Attack 2 |
| ESCAPE | Quit Game |
| Sign | Asset |
|---|---|
| 0 | Wall |
| 1 | Empty |
| P | Locate Player |
| E | Locate Exit |
| M | Mobs |
| C | Collectable |
make
./so_long maps/...
(replace ... by the map of your choice)
