https://github.com/0xtimsb/tic-tac-toe-ai
🦄 A TIC-TAC-TOE game with an unbeatable Min-Max algorithm using React.
https://github.com/0xtimsb/tic-tac-toe-ai
minmax-alpha-beta-pruning react tic-tac-toe
Last synced: over 1 year ago
JSON representation
🦄 A TIC-TAC-TOE game with an unbeatable Min-Max algorithm using React.
- Host: GitHub
- URL: https://github.com/0xtimsb/tic-tac-toe-ai
- Owner: 0xtimsb
- Created: 2020-06-06T11:56:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T16:20:59.000Z (almost 6 years ago)
- Last Synced: 2025-03-02T04:28:30.577Z (over 1 year ago)
- Topics: minmax-alpha-beta-pruning, react, tic-tac-toe
- Language: JavaScript
- Homepage: https://smitbarmase.github.io/tic-tac-toe-ai
- Size: 392 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe AI
This repository contains TIC-TAC-TOE game with unbeatable AI built using React.
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.