Skip to content

utilyre/condot

Repository files navigation

condot

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.

board

View the full gallery

How to Build

Linux x86_64

To build the project for Linux x86_64 targets, follow the steps below:

  1. Install the development dependencies required by Raylib.

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

  3. Launch the game:

    ./build/condot

How to Play

See docs/rules.pdf.

License

This project is licensed under the MIT license, except for docs/rules.pdf which has its own licensing.