Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 19 hours 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 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-10T15:00:18.000Z (9 months ago)
- Last Synced: 2024-05-10T16:25:17.653Z (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)