dibyendu / ultimate-tic-tac-toe

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

Home Page:https://ultimate-tic-tac-toe.dibyendu-das.repl.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

https://ultimate-tic-tac-toe.dibyendu-das.repl.co/


Languages

Language:JavaScript 84.7%Language:HTML 10.8%Language:CSS 4.6%