https://github.com/iosorin/puzzle-15-game
15 Puzzle Game (various implementation) 🧩
https://github.com/iosorin/puzzle-15-game
15-puzzle 15puzzle js pure-javascript
Last synced: 6 months ago
JSON representation
15 Puzzle Game (various implementation) 🧩
- Host: GitHub
- URL: https://github.com/iosorin/puzzle-15-game
- Owner: iosorin
- Created: 2020-07-16T05:28:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:09:15.000Z (over 2 years ago)
- Last Synced: 2025-02-15T05:19:24.350Z (8 months ago)
- Topics: 15-puzzle, 15puzzle, js, pure-javascript
- Language: JavaScript
- Homepage: https://iosorin.github.io/puzzle-15-game/
- Size: 4.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Puzzle 15 Game
The 15 puzzle (also called Gem Puzzle, Boss Puzzle, Game of Fifteen, Mystic Square and many others) is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing. The puzzle also exists in other sizes, particularly the smaller 8 puzzle. If the size is 3×3 tiles, the puzzle is called the 8 puzzle or 9 puzzle, and if 4×4 tiles, the puzzle is called the 15 puzzle or 16 puzzle named, respectively, for the number of tiles and the number of spaces. The goal of the puzzle is to place the tiles in order by making sliding moves that use the empty space.
## Screenshot
