Skip to content

shegue77/Empires

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Empires

Empires is an engaging nation, strategy game which supports a multiplayer as well as internet-free experiences. It is made using C++ and OpenGL.


🚀 Installation


✅ Requirements

  • Modern C++
  • CMake 3.10+
  • Freetype

✏️ Steps

# 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 build

Build freetype and put file (e.g. .dll for Windows) in bin/

# Run Empires
./bin/main

About

A simple tile-based strategy and nation game based and inspired by a board game.

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages