https://github.com/erik3010/unbeatable-tic-tac-toe
This is a simple unbeatable Tic Tac Toe game written in Javascript. The game uses the minimax algorithm to determine the best possible move for the bot.
https://github.com/erik3010/unbeatable-tic-tac-toe
Last synced: 7 months ago
JSON representation
This is a simple unbeatable Tic Tac Toe game written in Javascript. The game uses the minimax algorithm to determine the best possible move for the bot.
- Host: GitHub
- URL: https://github.com/erik3010/unbeatable-tic-tac-toe
- Owner: Erik3010
- Created: 2023-06-23T15:40:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T15:00:18.000Z (over 1 year ago)
- Last Synced: 2025-01-23T16:18:14.257Z (9 months ago)
- Language: JavaScript
- Homepage: https://erik3010.github.io/unbeatable-tic-tac-toe/
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unbeatable Tic Tac Toe
This is a simple unbeatable Tic Tac Toe game written in Javascript. The game uses the minimax algorithm to determine the best possible move for the bot. The bot will never lose, but the game can end in a draw.
## How to play
Click on the squares to make your move. The bot will automatically make its move after you. The game will end when either you or the bot wins, or when the game ends in a draw.
## Try it out
You can try the game out [here](https://erik3010.github.io/unbeatable-tic-tac-toe)