OMerkel/UCThello
UCThello - a board game demonstrator (Othello variant) with computer AI using Monte Carlo Tree Search (MCTS) with UCB (Upper Confidence Bounds) applied to trees (UCT in short)
This is a computer opponent for an Othello-like board game, playable online or on mobile devices. It takes your moves as input and generates a challenging, but not unbeatable, computer response. Anyone who enjoys playing strategy board games against an AI would use this, from casual players to those looking to sharpen their skills.
No commits in the last 6 months.
Use this if you want to play a game similar to Othello against a computer opponent that offers a balanced challenge for entertainment and skill development.
Not ideal if you are a professional player looking for a world-champion level AI or if you need an opponent that utilizes opening books and advanced tactical knowledge.
Stars
26
Forks
4
Language
JavaScript
License
—
Category
Last pushed
Apr 25, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/OMerkel/UCThello"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related agents
johnsonfarmsus/openwebui-ab-mcts-pipeline
Open WebUI Logic Tree Multi-Model LLM Project - Advanced AI reasoning with Sakana AI's AB-MCTS...
OMerkel/Alquerque
Alquerque - a 2 player abstract strategic perfect information traditional board game with...
snowfrogdev/macao
A general purpose game playing A.I. framework based on the Monte Carlo tree search algorithm.
OMerkel/FourInARow3D
3 dimensional Four in a Row game with computer AI using Monte Carlo Tree Search (MCTS) with UCB...
NagaChiang/MCTSGladiator
A StarCraft bot applied Monte-Carlo tree search for tactical decision-making.