/carpg

Combination of action rpg with roguelike.

Primary LanguageC++MIT LicenseMIT

CaRpg

CaRpg is a 3d role playing game somewhat based on Gothic series. Can be played in singleplayer or co-op multiplayer mode.

GitHub release GitHub GitHub issues by-label

Docs

How to build

CaRpg uses git submodule to link to carpglib engine and data files. To download everything use git command:

git submodule update --init

Open solution carpg.sln with Visual Studio 2019 (16.5.X) and use build. All dependencies and game should compile (client_dbg/client_dbg2 are for debugging multiplayer and can be unloaded).

Important branches:

  • dev - development branch where all new features are added
  • master - stable and tested branch where only fixes should be added

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

For details look here.