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