Difference between revisions of "Puzzles"

From HexWiki
Jump to: navigation, search
(Puzzle 3: Fixed typo in HexWorld link)
(I added five 5x5 puzzles, so I made a section for mine.)
Line 56: Line 56:
  
 
Try it on [https://hexworld.org/board/#7c1,d4:sf2e4f5f4 HexWorld].
 
Try it on [https://hexworld.org/board/#7c1,d4:sf2e4f5f4 HexWorld].
 +
 +
== [[User:Demer|Eric Demer]] ==
 +
 +
Despite their small size, the following five 5x5 puzzles are quite difficult: ​ They come from computer brute-force search of sparse 5x5 positions via a tablebase, specifically aiming for the hardest puzzles from such positions. ​ ​ ​ However, for each of them, the player who's turn it is has exactly 1 winning move.
 +
 +
=== Puzzle 1 ===
 +
 +
Red to move
 +
 +
<hexboard size="5x5"
 +
  contents="R e4 a2 B c3 b2"
 +
  />
 +
 +
Try it on [https://hexworld.org/board/#5c1,e4c3a2b2 HexWorld].
 +
 +
=== Puzzle 2 ===
 +
 +
Blue to move
 +
 +
<hexboard size="5x5"
 +
  contents="R d5 e1 B a2"
 +
  />
 +
 +
Try it on [https://hexworld.org/board/#5c1,d5a2e1 HexWorld].
 +
 +
=== Puzzle 3 ===
 +
 +
Blue to move
 +
 +
<hexboard size="5x5"
 +
  contents="R a4 e3 B d1"
 +
  />
 +
 +
Try it on [https://hexworld.org/board/#5c1,a4d1e3 HexWorld].
 +
 +
=== Puzzle 4 ===
 +
 +
Red to move
 +
 +
<hexboard size="5x5"
 +
  contents="R e5 a1 B e1 c1"
 +
  />
 +
 +
Try it on [https://hexworld.org/board/#5c1,e5e1a1c1 HexWorld].
 +
 +
=== Puzzle 5 ===
 +
 +
Blue to move
 +
 +
<hexboard size="5x5"
 +
  contents="R e2 a1 B b5 e1"
 +
  />
 +
 +
Try it on [https://hexworld.org/board/#5c1,e2b5a1e1 HexWorld].
 +
 +
-
 +
 +
The next two puzzles were based on positions from games.
 +
 +
=== Puzzle 6 ===
 +
By Eric Demer. Red to play and win.
 +
 +
<hexboard size="6x6"
 +
  coords="show"
 +
  contents="R a3 b2 B d1 e1 f1"
 +
  />
 +
 +
Try it on [https://hexworld.org/board/#6c1,a6:sa3e1b2d1 HexWorld].
 +
 +
=== Puzzle 7 ===
 +
By Eric Demer. Blue to play and win.
 +
 +
<hexboard size="7x7"
 +
  coords="show"
 +
  edges="all"
 +
  contents="R g3 g2 e5 e3 c5 b5 a2 B d7 e4 d5 c4 b4"
 +
  />
 +
 +
Try it on [https://hexworld.org/board/#7c1,a2:pg2c4b5b4e5d7c5d5e3e4g3 HexWorld].
 +
 +
-
 +
 +
I also have [[https://www.hexwiki.net/index.php/Worst_move_puzzles#Puzzle_3|a worst-move puzzle]].
  
 
== Other authors ==
 
== Other authors ==
Line 121: Line 204:
  
 
=== Puzzle 6 ===
 
=== Puzzle 6 ===
By Eric Demer. Red to play and win. Red has exactly one winning move.
 
 
<hexboard size="6x6"
 
  coords="show"
 
  contents="R a3 b2 B d1 e1 f1"
 
  />
 
 
Try it on [https://hexworld.org/board/#6c1,a6:sa3e1b2d1 HexWorld].
 
 
=== Puzzle 7 ===
 
By Eric Demer. Blue to play and win.
 
 
<hexboard size="7x7"
 
  coords="show"
 
  edges="all"
 
  contents="R g3 g2 e5 e3 c5 b5 a2 B d7 e4 d5 c4 b4"
 
  />
 
 
Try it on [https://hexworld.org/board/#7c1,a2:pg2c4b5b4e5d7c5d5e3e4g3 HexWorld].
 
 
=== Puzzle 8 ===
 
 
By [[User:Hexanna|Hexanna]]. Red to play and win.
 
By [[User:Hexanna|Hexanna]]. Red to play and win.
  

Revision as of 18:36, 4 January 2024

Solving puzzles is a very good way of becoming a stronger player. Solve as many as possible! And feel free to post your own puzzles here.

Piet Hein's puzzles

See article Piet Hein's puzzles

Claude Berge's puzzles

See article Claude Berge's puzzles

Bert Enderton

Puzzle 1

Red to play and win.

abcdefg1234567

Try it on HexWorld.

Puzzle 2

Red to play and win.

abcdefg1234567

Try it on HexWorld.

Puzzle 3

Red to play and win.

This is a very difficult puzzle whose complete solution is extremely complex.

abcdef123456

Try it on HexWorld.

Puzzle 4

Red to play and win.

abcdefg1234567

Try it on HexWorld.

Eric Demer

Despite their small size, the following five 5x5 puzzles are quite difficult: ​ They come from computer brute-force search of sparse 5x5 positions via a tablebase, specifically aiming for the hardest puzzles from such positions. ​ ​ ​ However, for each of them, the player who's turn it is has exactly 1 winning move.

Puzzle 1

Red to move

abcde12345

Try it on HexWorld.

Puzzle 2

Blue to move

abcde12345

Try it on HexWorld.

Puzzle 3

Blue to move

abcde12345

Try it on HexWorld.

Puzzle 4

Red to move

abcde12345

Try it on HexWorld.

Puzzle 5

Blue to move

abcde12345

Try it on HexWorld.

-

The next two puzzles were based on positions from games.

Puzzle 6

By Eric Demer. Red to play and win.

abcdef123456

Try it on HexWorld.

Puzzle 7

By Eric Demer. Blue to play and win.

abcdefg1234567

Try it on HexWorld.

-

I also have [worst-move puzzle].

Other authors

Puzzle 1

By John Tromp. Blue to play and win.

abcdefghij12345678910

Try it on HexWorld.

Puzzle 2

By lazyplayer. Blue to play and win.

abcdefg1234567

Try it on HexWorld.

Puzzle 3

By David J Bush. Taken from a game on Playsite in 2003. Red to play and win.

abcdefghij12345678910

Try it on HexWorld.

Source: this Little Golem forum thread.

Puzzle 4

Designed by Door1, helped by David J Bush. Inspired by a game on Kurnik in May 2005. Blue to play and win.

abcdefghij12345678910

Try it on HexWorld.

Source: this Little Golem forum thread.

Puzzle 5

By Ryan B. Hayward. Red to play and win.

abcdef123456

Try it on HexWorld.

Note that this position is equivalent to the position with the pieces at a5 and a6 removed. This could arise in response to the winning opening move a4.

Source: Ryan B. Hayward, "A puzzling Hex primer" (https://webdocs.cs.ualberta.ca/~hayward/papers/puzzlingHexPrimer.pdf).

Puzzle 6

By Hexanna. Red to play and win.

abcdefghijklm12345678910111213

Try it on HexWorld.

See also

Cameron Browne offers a lot of original puzzles in his book Hex Strategy Making the Right Connections

Matthew Seymour has created a website with 500 interactive Hex puzzles at http://www.mseymour.ca/hex_puzzle/hexpuzzle.html

Ryan Hayward and Bjarne Toft include several sets of puzzles in their book Hex: The Full Story, including 49 puzzles originally published in Politiken, 28 unpublished puzzles by Jens Lindhard, 99 puzzles by Henderson, and the 4 puzzles by Bert Enderton.