Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 655 Bytes

README-EN.md

File metadata and controls

13 lines (9 loc) · 655 Bytes

Candlebright - Ominous Whip

A game developed in C++ (using SFML library) for the Programming Techniques discipline.

Contributors

Compile

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.

Execution

You can run make run to compile the game and run it aftwards, otherwise, you can compile the project and run the binary apart.