All Projects → Tomash667 → carpg

Tomash667 / carpg

Licence: MIT license
Combination of action rpg with roguelike.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to carpg

Narrows
Online storytelling system
Stars: ✭ 109 (+678.57%)
Mutual labels:  rpg
Simplexrpgengine
Modular game engine built with MonoGame, with GMS2-like workflow and advanced level editor
Stars: ✭ 122 (+771.43%)
Mutual labels:  rpg
Gdx Rpg
java & libgdx制作的RPG游戏! an RPG by java and LibGDX
Stars: ✭ 239 (+1607.14%)
Mutual labels:  rpg
Mmo Server
Distributed Java game server, including login, gateway, game demo
Stars: ✭ 114 (+714.29%)
Mutual labels:  rpg
Moba
A turn-based browser RPG built with Phoenix LiveView
Stars: ✭ 120 (+757.14%)
Mutual labels:  rpg
Magicallife
A 2d game that aspires to be similar to Rimworld, with more depth, magic, and RPG concepts.
Stars: ✭ 145 (+935.71%)
Mutual labels:  rpg
Sonarquest
A playful approach to refactoring code smells
Stars: ✭ 104 (+642.86%)
Mutual labels:  rpg
IronWriter
IronWriter is an open-source writing tool for solo playthroughs of the free tabletop RPG Ironsworn. Focus on writing your story and let IronWriter automatically manage your character sheet.
Stars: ✭ 50 (+257.14%)
Mutual labels:  rpg
Betonquest
An advanced and powerful quest scripting plugin for Minecraft. Features built-in RPG style conversations and integration for over 25 other plugins.
Stars: ✭ 121 (+764.29%)
Mutual labels:  rpg
Stendhal
Stendhal is a fun friendly and free multiplayer online adventure game with an old school feel.
Stars: ✭ 194 (+1285.71%)
Mutual labels:  rpg
Openmmo
OpenMMO - Groundwork
Stars: ✭ 115 (+721.43%)
Mutual labels:  rpg
Cboe
Classic Blades of Exile
Stars: ✭ 115 (+721.43%)
Mutual labels:  rpg
Rpg Core
UNITY engine RPG framework
Stars: ✭ 146 (+942.86%)
Mutual labels:  rpg
Awesomesheet
Online Pathfinder Character Sheet
Stars: ✭ 110 (+685.71%)
Mutual labels:  rpg
QshOni
The QShell on IBM i library contains useful CL wrapper commands to allow QShell and PASE apps to be called and consumed from regular IBM i jobs via CL, RPG or COBOL programs.
Stars: ✭ 34 (+142.86%)
Mutual labels:  rpg
Idlerpg
A fantasy RPG bot for Discord.
Stars: ✭ 108 (+671.43%)
Mutual labels:  rpg
Newbark
🌳 A proof-of-concept Pokémon-style Retro RPG engine created with Unity.
Stars: ✭ 129 (+821.43%)
Mutual labels:  rpg
dungeonz
Everything for the game Rogueworld.
Stars: ✭ 88 (+528.57%)
Mutual labels:  rpg
Roguelike-Procedual-Cave-Generator
A procedurally generated, cave-like dungeon/map creator for rogue-like games using the cellular automata method. During its development, I solved a common/limiting problem with this algorithm that might explain why it is not more commonly implemented in such games.
Stars: ✭ 26 (+85.71%)
Mutual labels:  rpg
Rolisteam
Rolisteam is a virtual tabletop. It helps you to manage tabletop role playing games with remote friends/players. It provides many features to share maps, pictures, dice roller, manage background music and much more. The main git repository is available here: [https://invent.kde.org/kde/rolisteam].
Stars: ✭ 151 (+978.57%)
Mutual labels:  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:

  • 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].