C++ Course - Basic RPG Project What 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.git Go into the cloned directory: cd BasicRpg Create your build directory and change into it: mkdir build && cd build Launch the build: cmake .. && make Test everything: make check Build the documentation: make docs (it needs Doxygen) Read the doc: <myBrowser> html/index.html