Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 689 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 689 Bytes

Day 12 of My 3 Weeks Game Challenge

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?

User Stories

  • 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

Next Steps

I definitely need to add a solver.