/gb-cookie-hunt

Primary LanguageCMIT LicenseMIT

cookie-hunt

screenshots

This is a classic GameBoy game featuring our favorite robot: Gumdrop. Help Gumdrop find web cookies to replenish energy while avoiding obstacles. Keep Gumdrop moving as long as you can!

Dependencies

Building

Gather the node dependencies:

nvm use 12
npm install

Build the game:

npm run build

Running

The ROM builds into src/cookie-hunt.gb . Run it in your favorite GameBoy emulator.

TODO

  • Initial title screen
  • Initial level select screen
  • Initial score screen
  • Initial energy meter
  • Initial sound
  • Level 1, just cookies
  • Level 2, cookies and barriers
  • Level 3, cookies, barriers, and enemies
  • Improve assets
  • Skip song on title screen
  • Skip text on level select
  • Remember level on level select

Bugs

  • Overlapping cookies
  • Split cookies (on edge of background?)
  • Background tiles on the HUD
  • Mode selection is broken
  • Final score is broken
  • Split barriers
  • Score jitter when on barrier