This project is a small 2D game. Its purpose is to have you work with textures, sprites, and other basic gameplay elements.
Thanks to . Null Tale for the visual resources of my project.
For my testing, I used all the maps include in the project, and didnt find any leaks or bugs.
For this project to work, you need to the minilibx. It should by place, inside the project folder, with the name minilibx-linux. Then, you can use make to compile it.
For playing the game, you need to give it a argument. This argument, needs to be a map. There are some rules for a map to be valid to play, such as:
- Valid file type
- The map should be cover by walls
- The game must be winnable
- ...
I have some maps in the project folder. Most of them are invalid maps, that I use to test my program, but most with the name ok are valid!
./so_long map.ber
