Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 457 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 457 Bytes

SlidingPuzzle

I created an interactive website to explain how the A* and IDA* algorithms can be applied to solve the 15-puzzle. The 15-puzzle is a sliding puzzle that consists of 15 numbered square tiles in random order in a 4 by 4 frame. The goal is to re-arrange the tiles into their correct orders.

Check out the website: https://minhkhang1795.github.io/slidingPuzzle/ Sliding Puzzle website