Esse projeto tem como objetivo apresentar a Minilibx, para criar um jogo 2d. É possivel usar uma biblioteca gráfica minimalista, ler um mapa, colocá-lo na tela, lidar com eventos e sprites.
This project aims to introduce Minilibx, to create a 2d game. It is possible to use a minimalist graphics library, read a map, place it on the screen, handle events and sprites.
The aim of this project is to code a 2D Game :D
🚧
Build functions and project Execution:
$ make && make run
🚧
Build functions and project Execution part bonus:
$ make bonus && make runb
🚿
Clean Obj files:
$ make clean
🚿 🚿
Clean All (obj files + binary):
$ make fclean
🚿 🚧
Clean All + build:
$ make re
See Makefile