-
utilize session + preserve game state on refresh
-
add single player mode + timer (duration) / timed game (countdown)
-
add & disply points to players
-
add user messages for each attempt ('well done!' etc.)
-
refactor 'game over' state
-
add 'start new game' button to game screen
-
add difficulty presets (board size)
-
code refactoring
-
design imporvements + browsers compatibility
-
add mobile support (touch/responsive)
- add ability to choose avatar
- add option to load images from url/local folder
- add sound FX
- add match animations
- add game options screen (difficulty level/deck pattern/enable sound)
- add languages dictionary
- add keyboard shortcuts
- add pairs animations
- add ARIA support [https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA]
Online features -
- add login/users mechanism
- add online multiplayer option
- add chat
- add in-game currency/achievemnents
- add in-game store (buy patterns/ decks / avatars etc.)
- https://github.com/webcomponents/hello-world-element
- https://www.youtube.com/watch?v=6vcQlD-jadk
- https://github.com/PolymerLabs/memory-game
- http://daniel-lundin.github.io/snabbt.js/cards.html
- http://lea.verou.me/css3patterns/
- http://martinivanov.net/2014/10/18/x-deck-playing-cards-html5-web-component/
- http://experiments.wemakesites.net/html5-web-components.html
- http://www.html5rocks.com/en/tutorials/webcomponents/customelements/
- http://webcomponents.org/articles/web-components-best-practices/
- http://kylerush.net/blog/flickr-api/
- http://kylerush.net/blog/tutorial-flickr-api-javascript-jquery-ajax-json-build-detailed-photo-wall/
- API doc for photo search - https://www.flickr.com/services/api/explore/flickr.photos.search
- http://www.codealias.info/technotes/javascript_for_getting_flickr_images_with_tags
- http://stackoverflow.com/questions/16483560/how-to-implement-dom-data-binding-in-javascript
- CSS3 Patterns Gallery - Lea Verou [http://lea.verou.me/css3patterns/]
- Swirl - by Uday [http://subtlepatterns.com/swirl-2/]
- //css eye - [http://codepen.io/sooba/pen/DGmba]