Any GUI that can handle this? Hexagon chess board

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

User avatar
gbtami
Posts: 389
Joined: Wed Sep 26, 2012 1:29 pm
Location: Hungary

Re: Any GUI that can handle this? Hexagon chess board

Post by gbtami »

Hexagonal chess was rather popular in Eastern Europe before. I find this in my father legacy:
https://raw.githubusercontent.com/gbtam ... 193504.jpg
https://raw.githubusercontent.com/gbtam ... 193710.jpg

And some collections of hexachess tournament games:
https://sites.google.com/site/hexasakkverseny/
User avatar
reflectionofpower
Posts: 1668
Joined: Fri Mar 01, 2013 5:28 pm
Location: USA

Re: Any GUI that can handle this? Hexagon chess board

Post by reflectionofpower »

gbtami wrote:Hexagonal chess was rather popular in Eastern Europe before. I find this in my father legacy:
https://raw.githubusercontent.com/gbtam ... 193504.jpg
https://raw.githubusercontent.com/gbtam ... 193710.jpg

And some collections of hexachess tournament games:
https://sites.google.com/site/hexasakkverseny/
Kool! Appreciate the pics.
"Without change, something sleeps inside us, and seldom awakens. The sleeper must awaken." (Dune - 1984)

Lonnie
User avatar
hgm
Posts: 28514
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: Any GUI that can handle this? Hexagon chess board

Post by hgm »

reflectionofpower wrote:Any GUI that can handle this or program?
I once considered making it an option in WinBoard to offset subsequent ranks by 0.5 square horizontally. That would basically create a hexagonal topology, which could laso be useful for games like Hex and Havanna. It would not have the fancy hexagons, but of course you could suppress the grid lines, and use a board texture with hexagons drawn on them.

But I never got to do a Havanna engine, so it is still on the back burner...
Lanzo
Posts: 55
Joined: Sat Mar 28, 2015 3:20 pm

Re: Any GUI that can handle this? Hexagon chess board

Post by Lanzo »

gbtami wrote:Hexagonal chess was rather popular in Eastern Europe before. I find this in my father legacy:
https://raw.githubusercontent.com/gbtam ... 193504.jpg
https://raw.githubusercontent.com/gbtam ... 193710.jpg

And some collections of hexachess tournament games:
https://sites.google.com/site/hexasakkverseny/

Your father seemed to have been a very intelligent man who thought analytically, can you share some more stories of him? We'll all be very willing to listen.
User avatar
reflectionofpower
Posts: 1668
Joined: Fri Mar 01, 2013 5:28 pm
Location: USA

Re: Any GUI that can handle this? Hexagon chess board

Post by reflectionofpower »

Lanzo wrote:
gbtami wrote:Hexagonal chess was rather popular in Eastern Europe before. I find this in my father legacy:
https://raw.githubusercontent.com/gbtam ... 193504.jpg
https://raw.githubusercontent.com/gbtam ... 193710.jpg

And some collections of hexachess tournament games:
https://sites.google.com/site/hexasakkverseny/

Your father seemed to have been a very intelligent man who thought analytically, can you share some more stories of him? We'll all be very willing to listen.
yes, I would be interested in this also.
"Without change, something sleeps inside us, and seldom awakens. The sleeper must awaken." (Dune - 1984)

Lonnie
Norbert Raimund Leisner
Posts: 1643
Joined: Tue May 20, 2008 4:57 pm
Location: Augsburg - Germany

Re: Any GUI that can handle this? Hexagon chess board

Post by Norbert Raimund Leisner »

Hello,

Hexodus Chess by Gregorz Sidorowicz (from the year 1999)

On Windows 7 Home Edition 32-bit runs this application:
http://www.old-games.com/download/5300/hexodus-chess

There is another download-link available on the website http://www.armageddonchess.com/download.htm , but this software does not execute moves (after extraction the .rar-file) on my system.

Best wishes,
Norbert
Arpad Rusz
Posts: 273
Joined: Sat Apr 17, 2010 2:34 pm
Location: Budapest

Re: Any GUI that can handle this? Hexagon chess board

Post by Arpad Rusz »

Another hexagon chess game is StarChess: http://polgarstarchess.com/
Dirt
Posts: 2851
Joined: Wed Mar 08, 2006 10:01 pm
Location: Irvine, CA, USA

Re: Any GUI that can handle this? Hexagon chess board

Post by Dirt »

hgm wrote:
reflectionofpower wrote:Any GUI that can handle this or program?
I once considered making it an option in WinBoard to offset subsequent ranks by 0.5 square horizontally.
Is that really necessary? I think with a 9x9 board you just have to rotate the board 45 degrees and cut off edge triangles on each side. You also have to redefine how the pieces move; a king can move to any adjacent square except horizontally to the left or right. It won't look very nice, though.
Deasil is the right way to go.
User avatar
hgm
Posts: 28514
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: Any GUI that can handle this? Hexagon chess board

Post by hgm »

I would not call that any simpler than just offsetting the ranks horizontally (or files vertically). Which is indeed topologically very similar to rotating the board 45 degrees, as then also the horizontal rows of squares (formerly diagonals) are falling just in between each other. But they would be too close, for one, at a distance of 1/sqrt(2) = 0.7 times the distance between cells on the same row. For horizontally offsetted ranks that distance is to large, but by a much smaller factor (sqrt(1.25) = 1.12).

Of course the aspect ratio of cells could also be made subject to an option; Shogi boards do not have square cells, so Shogi users would welcome that!
Dirt
Posts: 2851
Joined: Wed Mar 08, 2006 10:01 pm
Location: Irvine, CA, USA

Re: Any GUI that can handle this? Hexagon chess board

Post by Dirt »

It's simpler in that I think Winboard supports the game now. Making it look nice is harder.
Deasil is the right way to go.