Codemon (TFG)
This game prototype developped by Pablo Requena González using SFML 2.5.2 on Manajro (Arch Linux).
Done with:
Francisco Gallego Durán Patricia Compañ RosiqueCompilation
Thanks to make, we can compile the code using a terminal.
- Install dependencies
yay sfml
on my case, in other case, just look on SFML Installation WebSide (Linux on this link, but it is possible to install it on several S.O. We also have an json-cpp dependency. - Clone this repository
git clone https://github.com/parequena/TFG_Codemon18.git
- Then insert into the project path
cd TFG_Codemon18
- Compile using Makefile
make
- Execute the game calling the output file
./exe
- Play the game.