UCT (Kocsis, L. & Szepesvári, C., 2006) algorithm implementation for Tic-Tac-Toe
This code implements a two player game, where the first player is an user and the other is an agent that chooses moves according to the UCT algorithm.
Demo available at https://gcrispino.github.io/uct-tic-tac-toe.
First, install dev dependencies:
$ npm install
To run a live development server:
$ npm start
To build to dist folder:
$ npm run build