I propose the ultimate simple counting system for go. I think it reproduces the game of go as we know it in 99.xxx% of the games; having a simple ruleset at the same time.
Suicide, capture,handicap, komi and ko rules are chosen independently.
Rules:
1. B gets 181 + K black stones, W gets 181 - K stones or one less according to the komi rule. K is an integer fixed by the komi rule. Removed stones are returned to the owner.
2. The player who has all his stones
3. On his turn a player should pass or add a stone. The first phase ends after two consecutive passes. Then the game enters the second phase. After two consecutive passes in the second phase the last passer has lost the game.
4. In the second phase there is no capture, ko or suicide. The board only changes by the addition of single stones with the restriction that players are only allowed to play adjacent to a friendly stone. (where it may touch an unfriendly stone as well.)
Questions:
1. Are such rules proposed before. If so: where, under what name?
2. Would the game be significantly different in the playing phase under these rules compared to the usual rulesets used nowadays.
3. Would the results differ significantly.
4. Any suggestions for better formulation, clarification?
edit1: replaceded "at" with "on"
edit2: in rule 1 I added a sentence about removed stones.