https://github.com/coding-cactus/slidey
Slide the tiles to fix the picture!
https://github.com/coding-cactus/slidey
puzzle
Last synced: 11 months ago
JSON representation
Slide the tiles to fix the picture!
- Host: GitHub
- URL: https://github.com/coding-cactus/slidey
- Owner: Coding-Cactus
- Created: 2021-05-11T07:43:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T16:11:48.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T17:01:41.291Z (12 months ago)
- Topics: puzzle
- Language: JavaScript
- Homepage: https://slidey.codingcactus.codes
- Size: 479 KB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slidey
Recreation of the classic picture sliding puzzle thingy.
***
## How To Play
#### Setting up
- Choose an image from the 4 provided or upload your own
- Press play
- The image will be shuffled
- One random tile will be removed
- The timer will begin
#### Playing
- Click on the tile that you wish to move into the unoccupied square
- You may only move a tile directly adjacent to the unoccupied square
#### Winning
- Rearrange all the tiles so that they match the original image
***
## Features
- 3 grid sizes: 3x3, 4x4, 5x5
- Multiple images to use
- Upload your own image
- Sliding animation
- Sliding sound
- Ability to enable/disable the animations and sounds
- Best score and time for each mode are remembered
- Fully responsive
- Fun!