Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 519 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 519 Bytes

emocrush

Candy Crush clone with emojis

Usage

Setup

$ npm i
$ cp config.json.dist config.json # and edit config.json if you want to
$ npm start                       # run app once...
$ npm run dev                     # ...or with hot reloading

It is now live!

Run tests

$ npm test

Build for production

$ npm run build

TODO

  • Implement score and game over
  • Support more combinations, resulting in special items
  • Enhance look'n'feel