The 15-Puzzle, I should have made it on my 15th day. This is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing.
Why don't you check out some of the other games from my 3 weeks game challenge?
- I can start the game by pressing a button
- When I start the game, it randomly generates a board and I can start playing
- I can use my arrow keys to move the tiles
- I can see the number of moves it takes to solve the puzzle
- I can see my current and best scores
I definitely need to add a solver.