https://github.com/raphire/uttt-ai
An ultimate tic-tac-toe bot for the riddles.io platform.
https://github.com/raphire/uttt-ai
bot
Last synced: 11 months ago
JSON representation
An ultimate tic-tac-toe bot for the riddles.io platform.
- Host: GitHub
- URL: https://github.com/raphire/uttt-ai
- Owner: Raphire
- License: mit
- Created: 2019-04-03T01:26:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T00:55:57.000Z (about 5 years ago)
- Last Synced: 2025-01-11T20:44:01.585Z (about 1 year ago)
- Topics: bot
- Language: C++
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UTTT-AI
An ultimate tic-tac-toe bot for the riddles.io platform, written in C++.
This bot uses a tree-search algorithm to find the best possible moves, those moves are then run through several heuristic steps to find the best move.