/ultimate-tic-tac-toe

A strategic board game for 2 players. The AI agent in single-player mode is trained using the AlphaZero algorithm.

Primary LanguageJavaScript

Open in StackBlitz

To train the agent

  • set the training parameters in Train.mjs
  • node Train.mjs

To run the app

  • npm run build
  • npm run serve

Development

Run npm start, edit client/Landing.jsx and watch it live update!