Empires is an engaging nation, strategy game which supports a multiplayer as well as internet-free experiences. It is made using C++ and OpenGL.
- Modern C++
- CMake 3.10+
- Freetype
# Clone the repo
git clone https://github.com/shegue77/Empires.git
cd Empires# Build Empires
cmake .# Build Empires (MinGW only)
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -S . -B build -G "MinGW Makefiles"
cmake --build buildBuild freetype and put file (e.g. .dll for Windows) in bin/
# Run Empires
./bin/main