fifteenPuzzleGame

🎈 My implementation of the classic fifteen-puzzle-game which consists of 4x4 grid with 15 tiles numbered from 1 to 15. Tiles are moved to order the numbers...

MIT License

Stars
17

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).

ScreenShots


Demo


ToDo

  • 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.