MzingaCpp is an Universal Hive Protocol Engine written in C++.
It implements the base game and the three official expansions.
This project requires CMake >= 3.16 and a standard C++ build environment.
- Build Debug:
.\scripts\build-debug.cmd
- Build Release:
.\scripts\build-release.cmd
- Build Debug:
./scripts/build-debug.sh
- Build Release:
./scripts/build-release.sh
mkdir build
cd build
cmake ..
cmake --build .
MzingaCpp is open-source under the MIT license.
Copyright (c) 2020-2021 Jon Thysell.
Hive Copyright (c) 2016 Gen42 Games. This repo is in no way associated with or endorsed by Gen42 Games.