This project is a very small 2D game compatible with Macos.
The player’s goal is to collect every flower present on the map, then enter the house choosing the shortest possible route.
so_long_demo.mov
In order to be able to play this game, you need to first install Minilibx on your computer. Below is a git repository where you can find it: https://github.com/42Paris/minilibx-linux
To install and run the game, follow these steps:
- Clone the repository:
git clone https://github.com/Maroua-netizen/so_long.git
- Navigate to the project directory:
cd so_long
- Compile the game:
make
To start the game, execute the following command with the appropriate map file:
./so_long [map_file]
You can find an example map file here: map.ber. Use it to test the game.
- Arrow keys or WASD keys: Move the player
- Escape: Exit the game
This project is licensed under the MIT License - see the LICENSE file for details.
- Cup Nooble - Provided the textures used in this game.