Skip to content

Latest commit

 

History

History
executable file
·
60 lines (36 loc) · 968 Bytes

README.md

File metadata and controls

executable file
·
60 lines (36 loc) · 968 Bytes

Iconion - Android/IOS

A Simple Memory game built in Ionic 1.X, Angular 1.X and Cordova

Table of Contents

  1. Installation
  2. Features
  3. TODO
  4. License

Installation

To use this project, first clone the repo, then run in local repo:

$ sudo npm install -g cordova ionic gulp
$ npm install
$ gulp install

View in browser

ionic serve

Back to top

Features (wip)

  • local db (JSON)
  • local storage
  • ionic modals and popups
  • event broadcasting

Back to top

TODO

  • Fix High score missing on 0
  • Further debugging
  • Timer resets on next stage
  • Add sound effects
  • Game statistics
  • Improve local storage offline syncing

Back to top

License

Licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.

Back to top