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!
- nvm (https://github.com/nvm-sh/nvm)
- gbdk (https://www.gbdkjs.com/)
Gather the node dependencies:
nvm use 12
npm install
Build the game:
npm run build
The ROM builds into src/cookie-hunt.gb . Run it in your favorite GameBoy emulator.
- 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
- 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