Skip to content

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

License

Notifications You must be signed in to change notification settings

AbdallahHemdan/fifteenPuzzleGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fifteen puzzle game logo

💡Fifteen Puzzle Game🏆

GitHub contributors GitHub issues GitHub forks GitHub stars GitHub license


🎈 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


image
image
image

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