Skip to content

cpp-projects-showcase/BasicRpg

Repository files navigation

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 [email protected]: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

About

Basic RPG implementation to learn C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published