Welcome to The Moor of Venice! This README will guide you through the process of setting up, building, and running the game.
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.
- Rich, historical theme
- Strategic gameplay
- Stunning graphics
- Engaging AI opponents
To build and run the game, you need the following dependencies:
- SFML
- CMake
Use the following command to install the necessary dependencies:
sudo apt install git make g++ libsfml-dev cmake
Follow these steps to compile and run the game:
-
Create a build directory:
mkdir build cd build
-
Generate the build files using CMake:
cmake ..
-
Compile the game:
make
-
Run the game:
./MyGame
To enable debugging, run CMake with the following option:
cmake -DCMAKE_BUILD_TYPE=Debug ..
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!