Talk:15 puzzle game

From Rosetta Code
Revision as of 07:30, 10 April 2016 by rosettacode>Gerard Schildberger (created a talk page (with two queries, more or less).)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

task clarification

I assume the task is to implement a computer program to

  •   simulate playing the 15-game (puzzle)
  •   generate a random start position
  •   prompt the user for which piece to move
  •   validate if the move is legal (possible)
  •   display the game (puzzle) as pieces are moved
  •   announce when the puzzle is solved
  •   possibly keep track of the number of moves


Should the initial (random) puzzle position be a winnable puzzle?   -- Gerard Schildberger (talk) 07:30, 10 April 2016 (UTC)