https://github.com/lemonadee71/tic-tac-toe
The classic tic-tac-toe with an unbeatable AI.
https://github.com/lemonadee71/tic-tac-toe
Last synced: about 2 months ago
JSON representation
The classic tic-tac-toe with an unbeatable AI.
- Host: GitHub
- URL: https://github.com/lemonadee71/tic-tac-toe
- Owner: lemonadee71
- Created: 2020-11-13T02:36:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-28T13:27:15.000Z (over 4 years ago)
- Last Synced: 2025-02-10T11:44:39.048Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tic-tac-toe
This is a project for The Odin ProjectThis implementation uses minimax algorithm [(see algorithm here)](https://www.geeksforgeeks.org/minimax-algorithm-in-game-theory-set-4-alpha-beta-pruning) for the enemy bot.