Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxinteger/puzzle-game

Puzzle game for fun
https://github.com/maxinteger/puzzle-game

Last synced: 25 days ago
JSON representation

Puzzle game for fun

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)