/chicken-meets-worm

An object oriented browser game utilizing mouse movements to track and move objects.

Primary LanguageJavaScriptMIT LicenseMIT

Chicken meets Worm

A game made using HTML Canvas api. Move the parent chicken with mouse and get the chicks to follow it. Protect them from the fearsome predators! Eat worms to recharge!

Usage

Run the following from the command line.

$ git clone https://github.com/mrinalini-m/chicken-meets-worm.git
$ cd chicken-meets-worm
chicken-meets-worm$ npm i
chicken-meets-worm$ npm run start

Todos

  1. Set number of objects based on window area
  2. Levels
  3. Make children stick to parent onClick. Done. YAY :D
  4. Fix bug: Chain count stuck at max 10
  5. Add Replay button and persist high score on replay
  6. Add high score
  7. Make worms Fabulous
  8. Spawn more children when they get attached to Parent.
  9. Style world, score, energy, chain, game-over message
  10. Logo
  11. Tutorial
  12. Reload window on title click ...