A game developed in C++ (using SFML library) for the Programming Techniques discipline.
Run make
to compile the project. The make program will download all the necessary files (from SFML) for the compile proccess and will compile all the .o
files to the obj/
folder. The final binary can be found at bin/jogo
.
You can run make run
to compile the game and run it aftwards, otherwise, you can compile the project and run the binary apart.