https://github.com/rlch/tic-tac-toe-ai
Tic-tac-toe AI driven by the minimax algorithm (with alpha-beta pruning).
https://github.com/rlch/tic-tac-toe-ai
Last synced: 3 months ago
JSON representation
Tic-tac-toe AI driven by the minimax algorithm (with alpha-beta pruning).
- Host: GitHub
- URL: https://github.com/rlch/tic-tac-toe-ai
- Owner: rlch
- Created: 2021-01-07T11:25:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-08T02:54:09.000Z (over 5 years ago)
- Last Synced: 2025-01-16T22:47:05.824Z (over 1 year ago)
- Language: JavaScript
- Size: 180 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
Tic-tac-toe AI driven by the minimax algorithm (with alpha-beta pruning).