Hi,
I'm still working step by step on improving the digital version.
Digital version in JavaScript - option to play against AI (heuristic and minimax), PvP game, solo mode with several difficulty levels.
My older son pointed out the solo mode to me, complaining that he often fails to complete the game board. We discussed the rules of solo mode and agreed that the game board cannot be randomly generated. Especially for solo mode, I redesigned the board generation using a solvable game board generator. The game log now includes a generated list of solutions, including a link to play back an animation of the generated solution for a given board. Playback can be canceled by pressing the Reset button or selecting another option from the list. The corrected list of moves, including intermediate steps, is now included in the game log.
Click on the game banner to display help.