This is a project for the Core Curriculum of 42 school. The goal of this project is to create your own 2D game where you have a map that can have different dimensions and contents.
- gcc compiler
- make
- MacOs
- MiniLibX library
- Clone the repository
- Run
make
to compile the project - Run
./bin/so_long maps/...
to start the game
- Move the player using the arrow keys
- Collect all the collectibles ('C') to win the game