The World/Weiqi·

Weiqi

v0.10.3

Weiqi (围棋, Go) is a real, fully-implemented board game between two cultivators - actual capture, actual ko, and real territory scoring, played out on a clickable board page. No stakes, no herb cost, no need to stand near each other.

Starting a Match

Playing

/cultivation weiqi board opens the board page, and it reopens automatically for either player whenever there's something to see. Everything happens on that page:

There is deliberately no /cultivation weiqi move text command - every stone is placed by clicking the board.

/cultivation weiqi status reports the board size, whose turn it is, the move number, prisoners taken by each side, komi, and the time left on the current turn clock.

The Board and the Rules

The board is 9x9. Every classic Go rule is enforced properly:

New to Go? The in-game Codex has a full Weiqi article that teaches the ruleset from scratch - see The Codex.

Ending a Match

Two passes in a row end the game normally, and it is scored exactly as it sits on the board.

No dead-stone negotiation

This version scores exactly what is on the board when the game ends - there is no step to agree which surrounded-but-uncaptured groups are "dead" before counting. Play it out to a genuinely finished position rather than passing on a board with disputed groups still sitting on it.

Rewards and the Title

The first time you beat a given opponent in a real, played-to-completion match, both players receive 5 Merit, and the winner receives an extra 3 Merit on top. This pays once per distinct opponent, ever.

A match that ends by resignation only pays Merit once at least 20 total moves (both players combined) have been played, to stop a two-move resignation farm - a match that ends by two passes has no such floor. An abandoned match pays nothing at all.

Winning ten Weiqi matches earns the title Hand of Black and White (黑白手).

For Server Owners

Every value on this page lives in mods/Siren_Cultivation/Society/WeiqiConfig.json.

KeyDefaultControls
Weiqi-EnabledtrueMaster toggle for the whole offer/accept/decline board game.
Weiqi-Board-Size9Clamped to 7 or 9 - the only two sizes the engine supports. Latched at accept; never changes mid-match.
Weiqi-Komi5.5White's fixed scoring bonus for moving second.
Weiqi-Turn-Timeout-Seconds180.0How long a player may sit on their own turn before it is auto-passed.
Weiqi-Reconnect-Grace-Seconds120.0How long a disconnected player's match is kept alive, board intact, to rejoin.
Weiqi-Match-Max-Minutes60.0Absolute wall-clock cap on one match, regardless of activity.
Weiqi-Offer-Expiry-Seconds60.0How long an unanswered invite stays open.
Weiqi-Resign-Confirm-Window-Seconds10.0Window in which a second resign call confirms the first.
Weiqi-Merit-Min-Moves20Total moves (both players) a resignation-ended match needs before it pays Merit.
Weiqi-Merit-Amount5.0Merit paid to both players, once per distinct opponent, on a qualifying finish.
Weiqi-Merit-Winner-Bonus3.0Extra Merit paid only to the winner, on top of the amount above.
Weiqi-Merit-Lifetime-Cap25The most distinct-opponent Merit grants any one cultivator may ever bank.
Weiqi-Move-Notify-SoundSFX_MemoryMotePlayed to the opponent every time a stone is placed.
Commands
CommandDescriptionPermission
/cultivation weiqiOpens the board if you're in a live match, otherwise shows usage.cultivation
/cultivation weiqi invite <player>Offers a match.cultivation
/cultivation weiqi accept <player>Accepts a pending invite; you play Black and move first.cultivation
/cultivation weiqi decline <player>Declines a pending invite.cultivation
/cultivation weiqi boardReopens the board page.cultivation
/cultivation weiqi passPasses your turn.cultivation
/cultivation weiqi resignArms, then (called again) confirms, resigning.cultivation
/cultivation weiqi statusReports board size, turn, move count, prisoners, komi and time left.cultivation

For the other quiet pastime that shipped alongside Weiqi, see Tea Ceremony.