/TFG_Codemon18

Codemon, my final degree subject, C++17 videogame done with SFML2

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Codemon (TFG)

This game prototype developped by Pablo Requena González using SFML 2.5.2 on Manajro (Arch Linux).

Twitter

LinkedIn

GitHub

Done with:

Francisco Gallego Durán

Patricia Compañ Rosique

Compilation

Thanks to make, we can compile the code using a terminal.

  1. Install dependenciesyay sfmlon 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.
  2. Clone this repository git clone https://github.com/parequena/TFG_Codemon18.git
  3. Then insert into the project path cd TFG_Codemon18
  4. Compile using Makefile make
  5. Execute the game calling the output file ./exe
  6. Play the game.