/tic-tac-toe

A project to learn about AR

Primary LanguageVue

Tic Tac Toe

A Tic Tac Toe game with a minimax powered AI Play the game

How to run

  • 1.Clone the repo (Green Code Btn)
  • 2.Install deps pnpm install || yarn install || npm install
  • 3.Run pnpm dev || yarn dev || npm run dev

Road-map

  • Make playable game
  • Make the AI