A Tic Tac Toe game with a minimax powered AI Play the game
- 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
- Make playable game
- Make the AI
A Tic Tac Toe game with a minimax powered AI Play the game
pnpm install
|| yarn install
|| npm install
pnpm dev
|| yarn dev
|| npm run dev