This project is a small 2D game with minilibx. You'll learn about textures, sprites and tiles.
Graphics
Imperative programming
- Clone && cd
git clone https://github.com/ramos21rodrigo/42porto.so-long.git && cd 42porto.so-long
- Run
make
make
- Now you can play the game !
./so_long tests/map{x}.ber
Change (x) with any available map or add your own :) .
-
make
ormake all
- Makes so-long and mlx -
make clean
- Deletes all the resulting object files -
make fclean
- Deletes so-long and all the resulting object files -
make re
- Deletes everything (object files and so-long) and rebuilds so-long
At 42School, every project has specific rules or restrictions, and some of them must be written in accordance with the Norm. As a result, parts of the code could be more readable or explicit, and some used technologies could be different.
Made with tears 🥲