So_long is a School 42 project that involves creating a simple 2D game using the MLX42 graphics library. The goal is to create a playable game while adhering to the project requirements and demonstrating proficiency with graphical programming.
- Score: 100/100
- Graphics Library: MLX42
- Language: C
This repository includes both the game implementation and necessary submodules to set up MLX42 for the project.
- Interactive 2D game featuring collectible items and a player character.
- Utilizes MLX42 for rendering and input handling.
- Error handling for invalid map files and inputs.
- Clone the repository:
git clone <repository_url>
- Navigate to the project directory:
cd so_long42
To compile the project and update the MLX42 submodule, run:
makeRun the game by providing a valid map file:
./so_long maps/classic.ber- MLX42 (for MLX42 lib).
- Submodule: MLX42 library for graphical rendering and input management.
Feel free to contribute or provide feedback on this repository!
