The Third Go Battle Royale

I think that is a consequence of @CharlieVinnie’s ruleset. It encourages people to keep their stones connected.

I’m open for trying new rules, but I would like them to be well-defined.

How do we determine who helped capture the group / chain ? Is it whoever has a stone adjacent to the captured group / chain?

How many points do players have at the start?

Do you mean that a player can’t have more than three points at all times, or that the number of times a player gains a point is limited to three?

I appreciate this last rule assuming that it’s the latter case. In the former case (or if there was no such rule), there is the possibility for infinite loops:

Here Blue, Black and White could work together by continually sacrificing one stone to give the other two a point, which yields a net-gain of one point for them collectively. This way they could collectively outlast any opponent, regardless of their amount of territory.

1 Like

This is a good point. If players are allowed to survive a capture, we will need something analogous to a ko rule but with multiple players.
I think it can be solved by adding a rule that players are not allowed to make a move that would return the board to any previous state.

1 Like

Actually, my intention was that each player can gain a total of at most 3 points per game, i.e, you can gain points only three times, even if you lose them. Otherwise the game might go on for decades.

Maybe we should consider it that way. Because in the old rules, players lose immediately whether they connect the groups or not. This is a way to save themselves.

Here is a detailed rule list (thanks to @NeilAgg , I didn’t have the right words before)

  1. Players start with zero points.
  2. When a group is captured, all players with at least one stone which bordered the captured group get one point and the player who’s group was captured loses one point.
  3. A player is eliminated when their point balance is negative OR when they have no stones left on the board.
  4. Players can gain points for 3 times at most in a game, whether they lose them or not.

Here’s the poll:

  • Accept the new rules
  • The rules should be reconsidered

0 voters

Sorry I didn’t explain it well before @martin3141

1 Like

I’m a lot less enthusiastic for these rules than for simple capture-go.

So if we decide to use the new rules, would you play or withdraw? @ArsenLapin1

There have been 5 votes cast and 80% say to adopt the new rules. Assuming the votes were all cast by players (Although we can’t guarantee that in an anonymous vote), that means one more vote (Since we have 6 players signed up so far) won’t change the outcome. I think you need to incorporate the new rules into the first post.

The poll was not “Keep the current rules, or change to the new rules?” but “Accept the new rules, or reconsider the rules?”

When you summarise the results as “80% say to adopt the new rules”, you’re using a biased poll to claim that 4 people said something that they didn’t actually say.

4 out of 5 people voted to “Accept the new rules”. It is completely implied in that statement that those rules will be applied to this game.

Breaking it into two steps of:

  1. Vote on what the rules should be
  2. Vote to accept that ruleset into this game

Is being extremely nitpicky.

1 Like

Seems I can’t edit it anymore… We’ll have to wait for @shinuito

Hmmm. I was able to edit the first post on my thread many times without a problem.
What limitation are you running into?

I’ve updated the original posts rules, I can revert if that wasn’t what was wanted

I think you took out too much. I think we are still going to have most of the previous rules.

I don’t recall what the editing restrictions are, so I’ll make it a wiki, edit it as you want and then I can revert or remove the wiki status

1 Like

So the question now is to create a board that support point adding. If anyone can show me how to create a “website” like this, I think I can write a program.
@NeilAgg
@shinuito
@ArsenLapin1
@martin3141
@Maharani

Previously used tools were @Vsotvep ‘s multicolour tool

https://vsotvep.github.io/MulticolorGo.html

which if you did want to make edits to you probably could by forking/cloning vsotvep.github.io/MulticolorGo.html at master · Vsotvep/vsotvep.github.io · GitHub

and @antonTobi ’s tool

https://multicapturego.antontobi.com/?size=15&players=@antonTobi@NeilAgg@martin3141@yebellz@mafidufa@ArsenLapin1@sokoslav&moves=ngggbbfbedccffnikgflbjidhegknneijlmjdebmmmnmiibeib

which presumably is a kind of fork.

3 Likes

I only know C++, but maybe I can try to make something out of this :slight_smile:

At least in the previous games, players would just play a move on the board, it can generate an updated url to share, which can then can be shared in the thread with a screenshot also for convenience for example.

It might not be as convenient as say just being able to click into a site and submit a move, but it does work.

However if you want to go ahead and create or modify something, feel free - it might be really great/useful for this game or future ones!

Just offering an alternative.

1 Like