ResuBaka / gungi

C++ library for the Gungi board game.

Home Page:http://hunterxhunter.wikia.com/wiki/Gungi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gungi Logo

Gungi

A C++ library for the Gungi board game.

Gungi is a board game from Hunter X Hunter, described as a mix between Go and Shogi. The goal of the game is to capture the opposing team's Commander.

Requirements

  • C++11
  • CMake version 3.4.1 or newer.
  • Make version 3.81 or newer.

Building

$ make init
$ make

Usage

#include <gungi/gungi.hpp>

using namespace gungi;

Controller controller;

int main(char *argv, int argc) {
  Controller controller;
  controller.newGame();
  return 0;
}

Tests

$ make test

Rules

Please read the documentation outlining the game rules here.

Notation

A portable game notation is illustrated and documented here.

Contributing

Please read the documentation about contributing.

License

This project is licensed under the MIT License.

Release History

No releases to-date.

About

C++ library for the Gungi board game.

http://hunterxhunter.wikia.com/wiki/Gungi

License:MIT License


Languages

Language:C++ 98.4%Language:CMake 1.4%Language:Makefile 0.1%Language:Shell 0.1%