
▲ 0 r/WebGames
Hi everyone!
I've been working on an Othello (Reversi) AI that runs entirely in your browser. It's based on the AlphaZero architecture, using TensorFlow.js and WebGL for on-device inference.
I trained the policy and value networks to handle the game's complexity, and I’m pretty happy with how the MCTS (Monte Carlo Tree Search) performs even without a dedicated GPU server.
You can play against it directly here: https://wyf22024.itch.io/othello
I’m still fine-tuning the weights to improve its end-game strategy. I'd love to hear your thoughts on the difficulty or the technical implementation!
u/Effective-Sail7638 — 11 days ago