This is the first graphic project at 42, a small 2D game.
SoLong is an individual project at 42 that requires us to create a very small 2D game. It is built to make you work with textures, sprites and some very basic gameplay elements using MinilibX, a simple X-Window (X11R6) programming API in C, designed for students, suitable for X-beginners.
- Imperative programming
- Graphics
The aim of this project is to code a 2D Game :D
🚧
Build functions and project Execution:
$ make && make run
🚿
Clean Obj files:
$ make clean
🚿 🚿
Clean All (obj files + binary):
$ make fclean
🚿 🚧
Clean All + build:
$ make re
See Makefile