Weiqi · Baduk — vs a Monte Carlo search engine
Blackcaptured0
White+7.5 komi0
Your move — place a black stone
0
Wins
0
Losses
0
Draws

Play Go (Weiqi / Baduk) Online vs the Computer

Play Go — the ancient game also known as Weiqi in China and Baduk in Korea — directly against the computer, free, in your browser, with no download and no sign-up. Choose a 9×9, 13×13 or full 19×19 board; you play the black stones and move first, and the AI plays white. Click an intersection to place a stone: surround empty points to make territory, and surround an enemy group completely to capture it. The full rules are here — captures, liberties, the ko rule, illegal suicide, passing and automatic area (Chinese) scoring — with ghost-stone previews, a move hint, undo, live capture counts and win tracking per difficulty.

How the AI thinks

Go is famously hard for computers: a 19×19 board has hundreds of legal moves each turn and no simple way to score a position, so the game-tree search that powers our Chess and Othello engines does not work here. Instead this opponent uses Monte Carlo Tree Search: for each candidate move it plays out thousands of fast, random games to the end, keeps the moves that tend to win, and searches those lines more deeply — the same core idea behind the modern Go programs that first beat professionals, but running a lightweight random rollout rather than a trained neural network. The whole engine runs locally in your browser in a background worker thread, so nothing is sent to a server and the page stays responsive. It is an enjoyable, genuine opponent for casual and improving players and is at its strongest on the 9×9 board; on 13×13 and especially 19×19 it plays more loosely. We do not claim it plays at professional or top-bot strength.

How to play Go — the rules

Tips for beginners

FAQ

Can I play Go online against the computer?
Yes — that is exactly what this page is. Pick a board size and difficulty, choose your colour, and click an intersection to play. Works on desktop and mobile, free, with no account.

Is Go the same as Weiqi and Baduk?
Yes — one game, different names: Go (Japanese, from igo), Weiqi (Chinese) and Baduk (Korean) are all the same rules on the same board.

Which board size should I choose?
Beginners should start on 9×9: identical rules, but a game takes minutes, and the AI is strongest there. Move up to 13×13 and 19×19 as you improve.

How strong is the AI?
It runs a real Monte Carlo Tree Search that rolls out thousands of games per move — a genuine, fun opponent for casual and improving players, best on 9×9. It is not a professional-strength or neural-network bot, and we don't claim it is.

How does scoring and passing work?
Area (Chinese) scoring: stones plus surrounded territory, with komi for white. Two passes end the game; capture dead stones before passing, since the board is counted as it stands. More AI games: AI Chess, AI Othello, AI Checkers, AI Connect 4 or all games.

More AI games on LK Forge