🎈 Fifteen Puzzle Game (let's play a game)
my implementation of the classic fifteen puzzle game(a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing while the object of the puzzle is to place the tiles in order by making sliding moves that use the empty space).
- Creating an OverLay for Starting the game, succefully completing the game.
- Record a video as a Live-Demo
- Add Gif to the README file
- Adding moves counter to limit maximum numer of moves to pass the game.
- Adding timer to calculate the time-taken for complete the game.