This is a Node.js React mode for playing the Ultimate Tic-Tac-Toe game with MCTS engine.
You can visit the live demo here.
Note
This is project only runs the frontend, a backend server is required to run the analysis. This is made for view-only and does not perform any analysis itself. The backend itself is written in Go and uses the go-mcts library. However, for security reasons (or due to my bad practices), the source code is not publicly available.
Simply clone the repo and install the dependencies:
git clone https://github.com/pasmolnicki/uttt-react.git
cd uttt-react
npm installnpm run dev