1.1 --- a/Source/HexchequerGame.h Fri Mar 07 11:43:02 2008 -0800
1.2 +++ b/Source/HexchequerGame.h Thu Jul 31 13:23:44 2008 -0700
1.3 @@ -23,10 +23,9 @@
1.4 #import "CheckersGame.h"
1.5
1.6 /** A hex-grid variant of checkers, made up on a whim to test out hex boards.
1.7 - A much better existing hexagonal checkers is HexDame --
1.8 - see: http://www.mindsports.net/CompleteGames/Elimination/HexDame.html
1.9 - Its implementation is left as an exercise for the reader.
1.10 - Hint: rotate the HexGrid 30 degrees! */
1.11 + It's a direct translation of the US checkers rules to the hex grid, inspired
1.12 + Christian Freeling's HexDame, which is based on International Checkers.
1.13 + [see: http://www.mindsports.net/CompleteGames/Elimination/HexDame.html] */
1.14 @interface HexchequerGame : CheckersGame
1.15
1.16 @end