Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 960 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 960 Bytes

MzingaCpp

CI Build

MzingaCpp is an Universal Hive Protocol Engine written in C++.

It implements the base game and the three official expansions.

Build

This project requires CMake >= 3.16 and a standard C++ build environment.

Windows (VS 2019)

  • Build Debug: .\scripts\build-debug.cmd
  • Build Release: .\scripts\build-release.cmd

Linux (gcc)

  • Build Debug: ./scripts/build-debug.sh
  • Build Release: ./scripts/build-release.sh

General

mkdir build
cd build
cmake ..
cmake --build .

Errata

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.