C++ Course - Basic RPG ProjectWhat is this repository for?This project is under development with students.How do I get set up?Clone the repos: git clone git@github.com:cpp-projects-showcase/BasiRpg.gitGo into the cloned directory: cd BasicRpgCreate your build directory and change into it: mkdir build && cd buildLaunch the build: cmake .. && makeTest everything: make checkBuild the documentation: make docs (it needs Doxygen)Read the doc: <myBrowser> html/index.html