Note
Play the live demo at utilyre.github.io/condot.
Make sure to zoom out your browser if the game appears too large.
During the Renaissance Era, Italy was divided into numerous independent city-states. While bursting with trade and wealth, the city-states' growing concern over jealous neighbors invited the rise of the Condottieri, ambitious leaders of powerful mercenary armies.
In Condottiere, 3-6 players vie to establish their influence and control over the cities and regions of Italy. Fight with skill and daring and use every tool at your disposal to reshape the political and military landscape of Italy for generations to come.
condot is an implementation of Condottiere written in C++ with Raylib and OOP design.
View the full gallery
To build the project for Linux x86_64 targets, follow the steps below:
-
Install the development dependencies required by Raylib.
-
Generate build configurations and build the project:
cmake -B build cmake --build build
Make sure all dependencies are correctly installed before running
cmake
. The build system will compile the source files and place the output binary in the./build/
directory. -
Launch the game:
./build/condot
See docs/rules.pdf.
This project is licensed under the MIT license, except for docs/rules.pdf which has its own licensing.