https://github.com/maxinteger/puzzle-game
Puzzle game for fun
https://github.com/maxinteger/puzzle-game
Last synced: 10 months ago
JSON representation
Puzzle game for fun
- Host: GitHub
- URL: https://github.com/maxinteger/puzzle-game
- Owner: maxinteger
- Created: 2015-07-14T21:28:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-08T20:51:15.000Z (over 10 years ago)
- Last Synced: 2025-01-26T10:29:54.135Z (12 months ago)
- Language: JavaScript
- Size: 2.43 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Puzzle game project for fun
## Run
gulp
npm start
[Open in browser](http://127.0.0.1/index.html)
## Dev mode
npm start
npm run dev
#Todo list:
- own static server for development
- use D&D image
- difficulty levels
- timer
- save positions
- implement other puzzles
* circle puzzle ("rotascope")
- clean code
- test?
- leader board with firebase
#DONE
- menu
- game over check
- shuffle the tiles
- outline
- animated tile swap
- webpack
- basic GUI
- highlight image if it is in the right position
- firebase host [Firebase link](https://maxinteger-fun-puzzle.firebaseapp.com/)
- implement other puzzles
* sliding puzzle
# Resources:
- GUI buttons: [Free gameart2d sprites](http://www.gameart2d.com/freebies.html)