Skip to content

MORTAL2000/Cendric2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cendric logo

Cendric - RPG Platformer

Cendric is a 2D RPG Platformer game in which players explore a world by completing levels and quests.

The game is currently in development. See http://cendric.ch for more information about its development process.

Gameplay

Cendric moves through the world on a 2D map and interacts with NPCs to trade or accept quests. At many places, he can enter levels in which he fights enemies, collects items or completes tricky platforming challenges. To accomplish all this, Cendric can master various spells from different classes of magic.

Features

  • Interactive Levels: Some of Cendric's spells affect the levels and change his surroundings in the levels.
  • Modifiable Spells: All spells can be modified using gems to make them stronger or behave in new ways.
  • Special Effects: The game contains particle effects, a water simulation and simple lighting.
  • Localization: All texts in the game are available in English, German and Swiss German.

cendric icons

Current stable build

The final game will be available for Windows, Mac and Linux. As we are currently only focusing on one platform, most test builds will only be available for Windows at the moment. However, feel free to try and compile Cendric on any platform.

Cendric v0.2.0 (Windows x64)

Cendric v0.2.0 (Mac OS X)

Cendric v0.2.0 (Ubuntu)

A list of all builds is available here.

How to compile

The recommended way to compile the code is to use cmake, which automatically generates project files for your favourite IDE or build system:

git clone https://github.com/tizian/Cendric2.git --recursive
cd Cendric2
mkdir build
cd build
cmake ..

Used Libraries

Packages

No packages published

Languages

  • C 75.4%
  • C++ 20.6%
  • HTML 3.6%
  • Lua 0.2%
  • Makefile 0.1%
  • Roff 0.1%