๐Ÿ“ฆ Raphire / UTTT-AI

An ultimate tic-tac-toe bot for the riddles.io platform.

โ˜… 4 stars โ‘‚ 0 forks ๐Ÿ‘ 4 watching โš–๏ธ MIT License
bot
๐Ÿ“ฅ Clone https://github.com/Raphire/UTTT-AI.git
HTTPS git clone https://github.com/Raphire/UTTT-AI.git
SSH git clone git@github.com:Raphire/UTTT-AI.git
CLI gh repo clone Raphire/UTTT-AI
Raphire Raphire Create LICENSE a8e404b 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“„ CMakeLists.txt
๐Ÿ“„ LICENSE
๐Ÿ“„ main.cpp
๐Ÿ“„ README.md
๐Ÿ“„ TreeSearch.h
๐Ÿ“„ ttt.cpp
๐Ÿ“„ ttt.h
๐Ÿ“„ uttt.cpp
๐Ÿ“„ uttt.h
๐Ÿ“„ utttai.cpp
๐Ÿ“„ utttai.h
๐Ÿ“„ utttbot.cpp
๐Ÿ“„ utttbot.h
๐Ÿ“„ README.md

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.