This game is a command line Role Playing Game with monsters and heroes fighting each other, implemented based on Object Oriented Programming principles.
git clone https://github.com/DimitrisRammos/Role_Playing_Game
The project consists of 3 main folders:
-program, which includes the main function of the program and the MakeFile.
-include, which includes the definitions of the classes and their functions.
-modules, wich includes the implementation of the classes and their functions.
You can find the project objective here.
If you need further explanations on the code click here.
If you want to run the code, run the following commands:
cd program
make run