Go-like game on a hex board that doesn't suck

All non-Go discussions should go here.
NickBentley
Beginner
Posts: 8
Joined: Thu May 31, 2018 8:28 am
GD Posts: 0
Been thanked: 5 times

Go-like game on a hex board that doesn't suck

Post by NickBentley »

Image

*possibly* of interest: I figured out how to create a Go-like game on a hex board that doesn't suck, using a graph coloring trick. Here's a comparison between Go and it, focused on the basics of life. I'd love criticism.
gowan
Gosei
Posts: 1628
Joined: Thu Apr 29, 2010 4:40 am
Rank: senior player
GD Posts: 1000
Has thanked: 546 times
Been thanked: 450 times

Re: Go-like game on a hex board that doesn't suck

Post by gowan »

Bill Spight
Honinbo
Posts: 10905
Joined: Wed Apr 21, 2010 1:24 pm
Has thanked: 3651 times
Been thanked: 3373 times

Re: Go-like game on a hex board that doesn't suck

Post by Bill Spight »

Interesting game! :)
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins

Visualize whirled peas.

Everything with love. Stay safe.
tj86430
Gosei
Posts: 1348
Joined: Wed Apr 28, 2010 12:42 am
Rank: FGA 7k GoR 1297
GD Posts: 0
Location: Finland
Has thanked: 49 times
Been thanked: 129 times

Re: Go-like game on a hex board that doesn't suck

Post by tj86430 »


I can't comment the game itself, but I must applaud the quality of that web page.
Offending ad removed
NickBentley
Beginner
Posts: 8
Joined: Thu May 31, 2018 8:28 am
GD Posts: 0
Been thanked: 5 times

Re: Go-like game on a hex board that doesn't suck

Post by NickBentley »

I can't comment the game itself, but I must applaud the quality of that web page.


Wow, thanks. No one has ever complimented me on that before, but I've spent a lot of time trying to make it usable and pleasant. That means a lot to me.
NickBentley
Beginner
Posts: 8
Joined: Thu May 31, 2018 8:28 am
GD Posts: 0
Been thanked: 5 times

Re: Go-like game on a hex board that doesn't suck

Post by NickBentley »

Bill Spight wrote:Interesting game! :)


Thanks kindly :)
User avatar
EdLee
Honinbo
Posts: 8859
Joined: Sat Apr 24, 2010 6:49 pm
GD Posts: 312
Location: Santa Barbara, CA
Has thanked: 349 times
Been thanked: 2070 times

Post by EdLee »

Hi Nick,
No one has ever complimented me on that before, but I've spent a lot of time trying to make it usable and pleasant.
Strange. :) Instantly noticeable. Like tj, I also appreciate all the work you put into the webpage design. :) Congrats.
( Browsing on a tiny iPhone5 screen, Safari. :blackeye: )

Good designs are rare to come by.
Won't complain about ugly Go clients, editors, etc. :batman:

Dunning-Kruger effect. :study:
NickBentley
Beginner
Posts: 8
Joined: Thu May 31, 2018 8:28 am
GD Posts: 0
Been thanked: 5 times

Re:

Post by NickBentley »

EdLee wrote:
Won't complain about ugly Go clients, editors, etc. :batman:

Dunning-Kruger effect. :study:


Haha
Kirby
Honinbo
Posts: 9553
Joined: Wed Feb 24, 2010 6:04 pm
GD Posts: 0
KGS: Kirby
Tygem: 커비라고해
Has thanked: 1583 times
Been thanked: 1707 times

Re: Go-like game on a hex board that doesn't suck

Post by Kirby »

Compared to go, the most interesting nuance of this game (to me) is the trade off between playing a single stone on a turn and two stones.

At first I didn't get the point of multiple colors per side, but then you pointed out how it takes more stones to capture a bloom.

When would you ever want to play just a single color on your turn?
be immersed
User avatar
EdLee
Honinbo
Posts: 8859
Joined: Sat Apr 24, 2010 6:49 pm
GD Posts: 312
Location: Santa Barbara, CA
Has thanked: 349 times
Been thanked: 2070 times

Post by EdLee »

Hi Nick,
blooms_territory.PNG
blooms_territory.PNG (48.42 KiB) Viewed 15634 times
Nitpicky suggestion:
  • The Blooms territory arrow is clear and unambiguous ;
  • The Go territory arrow is less... ( you elaborate in following text ) ;
  • Perhaps an (almost) unconditionally alive :white: shape is better than a locally dead :white: shape... ? (I use a vertical shape consistent with your webpage flow)
Click Here To Show Diagram Code
[go]$$
$$ -------
$$ | ? O .
$$ | ? O .
$$ | ? O .
$$ | ? O .
$$ | O O .
$$ | . . .
$$[/go]
Or:
Click Here To Show Diagram Code
[go]$$
$$ -------
$$ | C O .
$$ | C O .
$$ | C O .
$$ | C O .
$$ | O O .
$$ | . . .
$$[/go]
hyperpape
Tengen
Posts: 4382
Joined: Thu May 06, 2010 3:24 pm
Rank: AGA 3k
GD Posts: 65
OGS: Hyperpape 4k
Location: Caldas da Rainha, Portugal
Has thanked: 499 times
Been thanked: 727 times

Re: Go-like game on a hex board that doesn't suck

Post by hyperpape »

gowan wrote:How about the game Hex? https://en.wikipedia.org/wiki/Hex_(board_game)
I haven’t played Blooms, but I have played a moderate amount of hex (I am mediocre to bad). I think Hex is only go like in the loose sense that it’s more like go than like chess, and Blooms is probably more go-like.
User avatar
EdLee
Honinbo
Posts: 8859
Joined: Sat Apr 24, 2010 6:49 pm
GD Posts: 312
Location: Santa Barbara, CA
Has thanked: 349 times
Been thanked: 2070 times

Post by EdLee »

Hi Nick,

Another nitpicky suggestion:
grey_v_green.png
grey_v_green.png (43.48 KiB) Viewed 15647 times
Re: Dress Meme and Laurel v. Yanny Meme.

On both an iPhone5 and Macbook Air, I see a slight green instead of the stated grey. :)
Perhaps 5 colors (board plus 4 stones) can be chosen to avoid meme-ness. :study:
Example: beige board, ( red + Yellow ), ( :black: + Green ).
lightvector
Lives in sente
Posts: 759
Joined: Sat Jun 19, 2010 10:11 pm
Rank: maybe 2d
GD Posts: 0
Has thanked: 114 times
Been thanked: 916 times

Re: Go-like game on a hex board that doesn't suck

Post by lightvector »

Kirby wrote:When would you ever want to play just a single color on your turn?


For the same reason that you would want to pass in Go. Maybe you've run out of useful things to do with that second color.
Kirby
Honinbo
Posts: 9553
Joined: Wed Feb 24, 2010 6:04 pm
GD Posts: 0
KGS: Kirby
Tygem: 커비라고해
Has thanked: 1583 times
Been thanked: 1707 times

Re: Go-like game on a hex board that doesn't suck

Post by Kirby »

lightvector wrote:
Kirby wrote:When would you ever want to play just a single color on your turn?


For the same reason that you would want to pass in Go. Maybe you've run out of useful things to do with that second color.


Cool. I was wondering if there was a more general strategy that I was missing that might happen earlier in the game. In most cases, it seems useful to take the two moves.
be immersed
luigi
Lives in gote
Posts: 352
Joined: Wed Jul 06, 2011 12:01 pm
Rank: Low
GD Posts: 0
Location: Spain
Has thanked: 181 times
Been thanked: 41 times

Re:

Post by luigi »

EdLee wrote:Hi Nick,

Another nitpicky suggestion:
grey_v_green.png
Re: Dress Meme and Laurel v. Yanny Meme.

On both an iPhone5 and Macbook Air, I see a slight green instead of the stated grey. :)

Really? I see it quite clearly blue.
Post Reply