https://github.com/makschernetskyi/15-puzzle
https://github.com/makschernetskyi/15-puzzle
puzzle-game
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/makschernetskyi/15-puzzle
- Owner: makschernetskyi
- Created: 2019-01-05T17:46:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T23:51:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T10:08:13.647Z (3 months ago)
- Topics: puzzle-game
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
15-puzzle
Simple 15-puzzle game written in vanilla js
demo:
![]()
![]()
controls:
Arrows ←↑→↓.
WARNING: The tiles around the empty cell are controlled, not the empty cell itself, which may look confusing for some people.