Skip to content

The Moor of Venice is a strategy game inspired by Shakespeare's Othello. Immerse yourself in a historical setting, outwit opponents, and master the art of tactical gameplay.

Notifications You must be signed in to change notification settings

FreaxMATE/The-Moor-of-Venice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Moor of Venice

Welcome to The Moor of Venice! This README will guide you through the process of setting up, building, and running the game.

Description

The Moor of Venice is an immersive and captivating strategy game inspired by the timeless classic, Othello. Step into a world of rich history and challenge your tactical skills as you outwit opponents, claim territory, and dominate the board in a battle of wits and strategy.

Features

  • Rich, historical theme
  • Strategic gameplay
  • Stunning graphics
  • Engaging AI opponents

Screenshot of The Moor of Venice

Dependencies

To build and run the game, you need the following dependencies:

  • SFML
  • CMake

Install Dependencies on Ubuntu 24.04

Use the following command to install the necessary dependencies:

sudo apt install git make g++ libsfml-dev cmake

Build and Run the Game

Follow these steps to compile and run the game:

  1. Create a build directory:

    mkdir build
    cd build
  2. Generate the build files using CMake:

    cmake ..
  3. Compile the game:

    make
  4. Run the game:

    ./MyGame

Debugging

To enable debugging, run CMake with the following option:

cmake -DCMAKE_BUILD_TYPE=Debug ..

Nix Development Environment

If you are using Nix, you can set up the development environment based on the flake.nix file:

nix develop

Enjoy playing The Moor of Venice!

About

The Moor of Venice is a strategy game inspired by Shakespeare's Othello. Immerse yourself in a historical setting, outwit opponents, and master the art of tactical gameplay.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published