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.
$ make init
$ make
#include <gungi/gungi.hpp>
using namespace gungi;
Controller controller;
int main(char *argv, int argc) {
Controller controller;
controller.newGame();
return 0;
}
$ make test
Please read the documentation outlining the game rules here.
A portable game notation is illustrated and documented here.
Please read the documentation about contributing.
This project is licensed under the MIT License.
No releases to-date.