https://github.com/bagaffey/slidingpuzzle
A HTML/CSS/JAVASCRIPT sliding puzzle. The goal is to match the pieces of the image together so that the image is no longer scrambled.
https://github.com/bagaffey/slidingpuzzle
css html javascript
Last synced: 3 months ago
JSON representation
A HTML/CSS/JAVASCRIPT sliding puzzle. The goal is to match the pieces of the image together so that the image is no longer scrambled.
- Host: GitHub
- URL: https://github.com/bagaffey/slidingpuzzle
- Owner: bagaffey
- License: mpl-2.0
- Created: 2018-04-25T17:53:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T04:54:46.000Z (about 4 years ago)
- Last Synced: 2025-01-15T23:29:26.023Z (4 months ago)
- Topics: css, html, javascript
- Language: CSS
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SlidingPuzzle
A HTML/CSS/JAVASCRIPT sliding puzzle. The goal is to match the pieces of the image together so that the image is no longer scrambled.
The number of times you move a piece is tracked and sound effects may be turned on.
## Play the game here
[Sliding Tile Puzzle Game](https://bagaffey.github.io/SlidingPuzzle/)