Othello AI Arena (With multiple stages)
Black:
0
White:
0
Black:
0.00s
/ 10.00s
White:
0.00s
/ 10.00s
Ready to start
Stage:
Black:
White:
Start Game
Reset Board
Game Replay
Turn 0/0
(Game 1/1)
◀◀
◀
▶
⏸
⏹
▶
▶▶
Move:
Speed:
Save Log
Game log...
Strategy Leaderboard
Run Tournament
Reset Records
Tournament results will appear here.
Rank
Strategy
Win Rate
W
L
D
G
Custom JavaScript Strategy
Strategy Name:
// Default Positional Strategy Code...\nconst validMoves = getValidMoves(player); if (validMoves.length === 0) return null; const positionWeights = [[120,-20,20,5,5,20,-20,120],[-20,-40,-5,-5,-5,-5,-40,-20],[20,-5,15,3,3,15,-5,20],[5,-5,3,3,3,3,-5,5],[5,-5,3,3,3,3,-5,5],[20,-5,15,3,3,15,-5,20],[-20,-40,-5,-5,-5,-5,-40,-20],[120,-20,20,5,5,20,-20,120]]; let bestMove = null; let bestScore = -Infinity; for (const move of validMoves) { const score = positionWeights[move.row][move.col]; if (score > bestScore) { bestScore = score; bestMove = move; } } return bestMove;
Save Strategy
Clear Editor
Upload Strategy Files (.js)
Upload Strategies
Upload Intelligent System (with Interaction)
Your system will have maximum 60 seconds to analyze the stage and generate a tailored strategy.
Upload Intelligent System
Saved Strategies
No saved strategies