Tomash667 / carpg

Combination of action rpg with roguelike.
https://carpg.pl
MIT License
16 stars 15 forks source link
cpp game rpg

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:

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.