Add Star Catcher minigame and chamber decorations

- Added new Star Catcher minigame where players catch falling stars
- Golden stars worth 3 points, regular stars worth 1 point
- 10 Void Essence awarded per point (higher rewards than Void Hunt)
- Added 4 purchasable decorations: Crystal Orb, Void Flame, Ancient Tome, Moon Stone
- Decorations appear in chamber with ambient pulsing animation
- Persist decorations to localStorage
This commit is contained in:
Ernie Cook
2026-03-03 02:06:32 -05:00
parent e904856bee
commit b74acb272e
2 changed files with 171 additions and 21 deletions

View File

@ -51,12 +51,16 @@ A whimsical pocket dimension where digital companions called "Voidlings" float a
- Added sound effects system using Web Audio API (pet, feed, spawn, achievement, purchase, release)
- Added mute toggle button to control sounds
- Added Void Hunt minigame - click targets for 30 seconds to earn Void Essence
- Added Star Catcher minigame - catch falling stars for higher rewards (10 Void Essence per star)
- Added purchasable chamber decorations: Crystal Orb, Void Flame, Ancient Tome, Moon Stone
- Decorations appear in the chamber with ambient pulsing animation
### Next Steps
1. Add more minigames
1. Add more minigames (DONE - added Star Catcher)
2. Add voidling evolution/combat system
3. Add decorations for the chamber
3. Add more chamber decorations/ways to customize chamber
4. Add achievement for catching stars in Star Catcher
---
*Last updated: Session 5 complete - Added voidling shop with Void Essence currency*
*Last updated: Session 6 complete - Added Star Catcher minigame and chamber decorations*