Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
/ Ciopillis Public archive

A multiplayer game written in c/c++ with the raylib framework

Notifications You must be signed in to change notification settings

firststef/Ciopillis

Repository files navigation

Ciopillis

Build status: WinBuild LinuxBuild

Logo

Ciopillis is a game written in c/c++ with the help of the raylib engine. In this wiki I will present mostly how the CiopillisEngine works.

Building Ciopillis

You can build the project with CMake both on Linux and Windows(with MSVC). Just run:
git clone git@github.com:firststef/Ciopillis.git && cd ciopillis
git submodule update --init --recursive
mkdir build && cd build
cmake ..

Note: On Windows it will generate a .sln file. You can then then build from inside Microsoft Visual Studio by the menu option Build Solution and then Build Project X or by running msbuild Project.vcxproj.

You can consult the project documentation here: https://github.com/firststef/Ciopillis/blob/master/Documentation.md

The game

Ciopillis was initially built to be a card game that turns a turn sequence into an action character battle. You might have played the insipration for this, Archon - The Light and the dark.

Unfortunately, the production of the game has stopped, due to lack of time. The current state of the projects permits 2 players to battle, each character has 2 attacks: a close-range basic attack (X) and a long-range delayed attack (Y). Being hit by the long range attack significantly reduces the players movement speed.

Photo

Checkout the wiki for more information.

About

A multiplayer game written in c/c++ with the raylib framework

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages