So_long is an individual project at 1337 #42network that requires us to create a small 2D game with minilibx. You'll learn about textures, sprites and tiles.
This project is about creating your very first game! using Mlx.
- You need to compile source files with
make
for mandatory part andmake bonus
for bonus part. - To launch the game, execute
./so_long
with a map as argument:
./so_long maps/*.ber
U free to make your own map ;).