Game review
Capture Go
7.6 / 10
- Developer
- Frank Force (KilledByAPixel)
- Publisher
- Frank Force (KilledByAPixel)
- Released
- 1 January 2024
- Platforms
- web
- Genre
- board,strategy
- Monetisation
- free
- Players
- true
The short version
A clean, correctly-implemented Atari Go variant - simpler than full Go, but with genuine capture rules and a real AI opponent - whose tap-to-place stone controls were confirmed placing stones in exactly the right intersection every time.
Biggest strengths
- Correctly implements Atari Go (first-capture wins) - a genuine, well-known simplified variant of Go, not an invented or watered-down ruleset
- A real AI opponent (Medium tested) plus local Player vs Player and an AI vs AI spectator mode
- Tap-to-place stone controls confirmed with precision - a specific intersection was targeted using the game's own coordinate math, and the resulting board state, turn indicator, and capture counters were read directly to confirm the stone landed exactly where intended, both on a simulated phone and via mouse on desktop
Biggest weaknesses
- Atari Go's simplified first-capture rules mean this isn't full Go, and players expecting territory scoring or a larger board will need to look elsewhere
- No visible difficulty tiers beyond a default "Medium" AI without checking the mode menu more closely
- Minimal sound, limited to placement clicks and capture cues
Who it's for: Anyone curious about Go's core capturing mechanic without needing to learn full scoring rules, or wanting a same-device two-player match.
Our recommendation: play
7.6 / 10
Opening
Capture Go is Atari Go — the classic simplified introduction to the game of Go, where the first player to capture any opposing stone (or group) wins outright, with none of full Go's territory-counting or scoring complexity. It's a legitimate, well-known variant in its own right, not a dumbed-down invention, and this implementation gets its rules correct on a clean 9x9 board.
Precisely-verified controls
Board games with tap-to-place mechanics live or die on whether a tap actually lands on the intersection the player meant, and that was tested directly rather than assumed. A specific target intersection (row 3, column 3) was converted into exact screen coordinates using the game's own internal coordinate math — the same worldToScreen function the game itself uses to draw its stones — and a real touch tap was dispatched there on a simulated phone. Reading the live board array afterward confirmed a stone landed at exactly that intersection, the turn correctly passed to the AI, and the AI responded with a stone of its own. The identical test with a real mouse click on desktop, at a different intersection, produced the same precise result. This is about as strong a confirmation of touch accuracy as a board game review can offer.
The AI and modes
Player vs AI (Medium) plays a sensible opening and responds adjacently to contest space rather than placing randomly. Player vs Player offers local pass-and-play, and an AI vs AI spectator mode is available for watching two computer opponents play out a game. Capture counters for both black and white are tracked and displayed clearly, along with a highlighted marker showing the most recent move — a small touch that makes following the game state much easier at a glance.
Presentation
A warm wood-toned board with traditional star points (hoshi), clean black and white stone rendering, and legible capture/turn text at the top of the screen. Sound is minimal — placement and capture cues — which suits the calm, contemplative pace of the genre.
Final Verdict
A correctly-implemented, calm little Atari Go game whose tap-to-place controls were tested with genuine precision and found to work exactly as they should on both phone and desktop. It's a simplified variant rather than full Go, but it's an honest and well-executed one. Recommended.
Pros and cons
Pros
- Correctly implements Atari Go (first-capture wins) - a genuine, well-known simplified variant of Go, not an invented or watered-down ruleset
- A real AI opponent (Medium tested) plus local Player vs Player and an AI vs AI spectator mode
- Tap-to-place stone controls confirmed with precision - a specific intersection was targeted using the game's own coordinate math, and the resulting board state, turn indicator, and capture counters were read directly to confirm the stone landed exactly where intended, both on a simulated phone and via mouse on desktop
- Clean 9x9 board with clear stone rendering, capture counters, and a highlighted last-move marker that makes following the AI's play easy
- Clean MIT licence, no analytics, zero console or page errors on either platform
Cons
- Atari Go's simplified first-capture rules mean this isn't full Go, and players expecting territory scoring or a larger board will need to look elsewhere
- No visible difficulty tiers beyond a default "Medium" AI without checking the mode menu more closely
- Minimal sound, limited to placement clicks and capture cues