Short: Solution to the solitaire puzzle game Author: Claude / movem.l Uploader: Claude / movem l 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