Skip to content

andreyvdl/42-so_long

Repository files navigation



Program name Files to turn in Makefile rules External functions Result
so_long Makefile, *.h, *.c, maps, textures NAME, all, clean, fclean, re open, close, read, write, malloc, free, perror, streeror, exit, all math.h functions, all mlx functions, ft_printf or any equivalent made, (libft) 123/100%

Objective

You must create a basic 2D game in which a dolphin escapes Earth after eating some fish. Instead of a dolphin, fish, and the Earth, you can use any character, any collectible and any place you want.

Execution*

make
./so_long map.ber

or

make bonus
./so_long map.ber

* files with enemies only work on bonus