Python-World/Python_and_the_Web

Script that solves the 15 puzzle game

tusharnankani opened this issue · 2 comments

Description

This is a 15puzzle game built by one of our contributors.

  • Build a script that solves this in a minimum number of moves using backtracking?
  • Add a few more buttons to the given game - RESET, UNDO and Solve
    • RESET will print a new random grid and the moves/score will be set to zero.
    • UNDO will undo the previous moves.
    • Solve will show moves, possibly every second to the final grid.

Referencing PR #548

Type of issue

  • NOTE: These boxes can be checked using [X]

  • Feature (New Script)

Checklist:

  • I have read the project guidelines.
  • I have checked all the existing projects, before submitting a new project issue.
  • I have checked previous issues to avoid duplicates.
  • This issue will be meaningful for the project.

This issue is labelled as stale because it has been open for more than 7 days with no activity.

Python World does not accept issues on this repository anymore.