« back             Browsing Levels: #443 "Knights and Rotations"
prev: #442 "Knight's Tour" next: #444 "Combination Lock"


"Knights and Rotations" by Brian Potetz

added 20 Mar 2005 16:16
Solved3/4
Cooked0/4
Difficulty9.25
Style8.25
Rigidity3.75
Shortest Solution
Bymjn
On14 Apr 2005 23:30

Comments (turn spoilers on)
621 Knights and Rotations bpotetz (144) Sun 20 Mar 2005 16:21  
  Here's a variation on the Knight's Tour that I made up. If you're on a red square, you move like a knight. But if you're on a black square, you move by picking up your piece, rotating the board some multiple of 90degrees, and then dropping your guy back down. This variation seems more difficult to me than the original, maybe because the travelling salesman graph is now directed. Let me know if you came up with some elegant way to solve it.