HTML5 strategy game inspired by Slay.
Demo here: https://alcalyn.github.io/openhex/
Requires git, NodeJS >=7.6 and NPM >=5.7
git clone git@github.com:alcalyn/openhex.git
cd openhex/
npm install
npm start
Then go to http://localhost:3000
If you don't want to install nodeJS, and have docker ready:
git clone git@github.com:alcalyn/openhex.git
cd openhex/
# Install project
make install
# Run project
make
Then go to http://localhost:3000
See CONTRIBUTING.md for more information about developing on project, translating OpenHex...
This library is under AGPL-v3 License.