silvericarus / 42so_long

Project about 2D game developing based on a pre-existing graphic motor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🗝️so_long🎮

And thanks for all the fish!

CC BY-NC-SA 4.0 License

Program name so_long
Turn in files Makefile, *.h, *.c, maps, textures
Makefile NAME, all, clean, fclean, re
Arguments A map in format *.ber
External functs. open, close, read, write, malloc, free, perror, strerror, exit, All functions of the math library (-lm compiler option, man man 3 math), All functions of the MiniLibX/MLX42, ft_printf and any equivalent YOU coded
Libft authorized Yes
Description 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.

I finally used MLX42, and my game wasn't about a dolphin eating fish. I designed everything myself (the quality isn't great), but I decided to dedicate most of the time to code and actually making the game work, instead of having a high quality game that works badly/has memory leaks/crashes.

About

Project about 2D game developing based on a pre-existing graphic motor.

License:Other


Languages

Language:C 89.5%Language:C++ 7.6%Language:Python 1.4%Language:Makefile 0.9%Language:Batchfile 0.2%Language:Shell 0.2%Language:GLSL 0.2%