AbdallahHemdan / 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...

Home Page:https://abdallahhemdan.github.io/fifteenPuzzleGame/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

๐ŸŽˆ 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...

https://abdallahhemdan.github.io/fifteenPuzzleGame/

License:MIT License


Languages

Language:JavaScript 55.2%Language:CSS 25.3%Language:HTML 19.5%