Short: Solution to the solitaire puzzle game Author: Claude / movem.l <movem.l@genie.co.uk> Uploader: Claude / movem l <movem l genie co uk> Type: game/think Architecture: m68k-amigaos $VER: cha_solitaire.readme 1.2 (2002.01.13) ¸ Claude Heiland-Allen Solution to the puzzle game solitaire, the one with the cross shaped board: start end example moves 000 úúú 00ú -> úú0 000 úúú 0000000 úúúúúúú 0 ú 000ú000 úúú0úúú 0 -> ú 0000000 úúúúúúú ú 0 000 úúú 000 úúú The solution is given, as is source code (in Amiga E) and binary of the program I wrote to solve it. Useful example of recursively searching a move tree if you want it. Claude