https://github.com/hecatops/nought_winning
Classic game of tic-tac-toe against AI that never lets you win.
https://github.com/hecatops/nought_winning
Last synced: 9 months ago
JSON representation
Classic game of tic-tac-toe against AI that never lets you win.
- Host: GitHub
- URL: https://github.com/hecatops/nought_winning
- Owner: hecatops
- Created: 2024-09-25T10:06:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T10:14:11.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T19:48:46.477Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nought_winning
Classic game of tic-tac-toe that never lets you win. The AI uses minimax to check for the best possible move. If there is a path that it previously lost on, it gets pruned early, ensuring a victory or a draw. The app is made using HTML, CSS and JavaScript.
Play on: https://aditi-manthri.github.io/nought_winning/
