/hexbusters

HEXBUSTERS - a simple board game with React and Flux.

Primary LanguageJavaScript

HEXBUSTERS

Travis CI status

An implementation of the game Hex in the browser.

The game features an AI opponent implemented using Monte-Carlo Tree Search running in a Web Worker.

Requirements

Node.js v10.0.0 or later.

Demo

https://euoia.github.io/hexbusters/

Usage

npm install

npm start

Go to http://localhost:8080

To run the performance tests

npn run test:perf