Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpetrovich/tileslide
A silly little sliding tile game.
https://github.com/mpetrovich/tileslide
game puzzle-game
Last synced: about 1 month ago
JSON representation
A silly little sliding tile game.
- Host: GitHub
- URL: https://github.com/mpetrovich/tileslide
- Owner: mpetrovich
- License: mit
- Created: 2022-11-23T18:48:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T17:20:34.000Z (7 months ago)
- Last Synced: 2024-10-22T23:29:09.208Z (3 months ago)
- Topics: game, puzzle-game
- Language: JavaScript
- Homepage: https://tileslide.com
- Size: 1.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tileslide
A simple sliding puzzle game. Play it online at [tileslide.com](https://tileslide.com)
## How to play
1. Tap a square to move it to the empty square.
2. Repeat until you've unscrambled the image.
3. There's no step 3!### Options
- _Allow swapping_: Any image square can be moved to the empty square. (Easier)
- _Only sliding_: Only image squares that are directly adjacent to the empty square can be moved. (Harder)