Home

Awesome

cendric logo

Cendric - RPG Platformer

Cendric combines RPG and Platformer elements in one game, featuring both a sidescroller and top-down view. The player follows the story of a boy with no memory and discovers the magical but dangerous world of Admantris.

Development and Release

The Steam page for Cendric is online: http://store.steampowered.com/app/681460/Cendric/

You can also get Cendric on itch.io: https://ironbell.itch.io/cendric

Cendric was released on the 2. March 2018.

Wiki

The official Cendric wiki is hosted on Gamepedia: https://cendric.gamepedia.com

Feel free to contribute!

Discord

You can join our community discord server here: https://discord.gg/6mJARSJ

Screenshots

For the newest screenshots, check out http://cendric.ch/screenshots.

Gameplay

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

Features

cendric icons

Current stable build

Latest release builds are available for Windows x64, macOS and Ubuntu. However, feel free to try and compile Cendric on any platform.

Cendric v1.0.4 (Windows x64)

Cendric v1.0.4 (macOS)

Cendric v1.0.4 (Ubuntu x64)

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 ..
cmake --build .

CMake Options

VariableTypeDefaultDescription
CENDRIC_BUILD_SQLITE_SHELLOptionOFFBuild SQLite shell on Windows platform?
CENDRIC_BUILD_DIALOGUE_TOOLOptionONBuild Dialogue Tool on Windows platform?
CENDRIC_STEAMOptionOFFInclude steamworks API?
CENDRIC_EXTERNAL_DOCUMENT_FOLDEROptionOFFUse external documents folder?
CENDRIC_GERMANOptionOFFUse German as default language?
USE_SYSTEM_SFMLOptionOFFUse system SFML lib instead of internal
USE_SYSTEM_PATHSOptionOFFUse system paths for loading resources instead of local ones

Used Libraries

License

The code of this repository uses a MIT license.

<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />Game assets (images, and fonts) found in the "res" folder are licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>. Give attribution to Isa Roesch & Tizian Zeltner, if you're going to use them. The sound and music files found in the said folder are licenced under a CC0 (public domain) or a CC by SA licence. See the game's credits for the attribution notice. Tracks created by the main composer for the game, Matthew Harnage, can only be used with his explicit permission as well as the permission of Isabelle Roesch. Tracks created by Susanne Aubert and Isabelle Roesch can only be used with their explicit permission.