Installation

This page explains how to install the hexabomb game. To visualize games, please refer to the hexabomb visualization client.

As hexabomb requires netorcai, you should also install netorcai and probably some netorcai client libraries. Please refer to the netorcai documentation for this.

Build the game

The hexabomb game is developed in D and can be installed with dub. First install a D compiler and dub. You can then directly run the latest release of hexabomb with dub run hexabomb. The following commands produce a standalone executable.

dub fetch --cache=local hexabomb
cd hexabomb-*/hexabomb
dub build
./hexabomb --help