WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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