https://github.com/blakley/game-of-fifteen
Web-based sliding puzzle game: Game of 15
https://github.com/blakley/game-of-fifteen
fifteen-puzzle-game html-css-javascript image-rotation rotation-matrix
Last synced: 7 months ago
JSON representation
Web-based sliding puzzle game: Game of 15
- Host: GitHub
- URL: https://github.com/blakley/game-of-fifteen
- Owner: Blakley
- Created: 2021-05-04T18:33:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T21:41:41.000Z (about 4 years ago)
- Last Synced: 2025-02-01T04:27:31.859Z (9 months ago)
- Topics: fifteen-puzzle-game, html-css-javascript, image-rotation, rotation-matrix
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game Of Fifteen
Browser-based sliding puzzle game
## Demo Play Here
![]()
## Game Instructions
* After scambling the numbers, slide the numbers back in order from 1 to 15## Features
* Standard game settings
* Implemented board rotation for increased difficulty## Deployment
Edit the `script.js` and `index.html` files to modify the game.
To deploy, simply open the `index.html` file in your browser.## Built With
- [Languages](https://www.w3schools.com/html/html_scripts.asp) - HTML, CSS, and JavaScript