Commit Graph

9 Commits

Author SHA1 Message Date
e904856bee Add sound effects and Void Hunt minigame
- Add Web Audio API sound engine with procedural sounds
- Add sounds for: pet, feed, spawn, achievement, purchase, release
- Add mute toggle button
- Add Void Hunt minigame (30s click target game)
- Award 5 Void Essence per target caught
- Persist mute state to localStorage
2026-03-03 01:06:43 -05:00
574c50c047 AI: 2026-03-03 00:08 - incremental progress 2026-03-03 00:08:17 -05:00
08ec4fb19a Add Void Shop and Void Essence currency system
- Add Void Essence currency earned from petting (+2) and feeding (+3)
- Add Void Shop modal with purchasable items:
  - Voidling eggs (Wisp, Blob, Spark, Ember, Glitch, Crystal)
  - Void Treats to make all voidlings happy
  - Star Fragments for bonus essence
- Add 2 new voidling types: Glitch (rare green) and Crystal (rare blue)
- Add 'Void Tycoon' achievement for 500 Void Essence
- Update biodiversity achievement to require all 6 voidling types
- Add Void Essence display in header with shop button
2026-03-03 00:07:59 -05:00
3a7335ea7c Add night/day cycle with 4 time phases
- Added time cycle system with dawn, day, dusk, and night phases
- Each phase has unique gradient backgrounds and ambient orb colors
- Voidlings move faster during day/dawn/dusk, slower at night
- Voidlings naturally become sleepy when night falls
- Added auto-cycle that progresses every ~15 seconds per phase
- Added manual time control toggle for user preference
- Added progress bar showing time until next phase
- Time controls display current time icon and name
2026-03-02 17:44:50 -05:00
ffa9efb800 Add petting interaction and achievements system
- Add petting interaction (♡ button) that makes voidlings happy
- Add achievements system with 10 unlockable achievements
- Add user stats tracking (pets, feedings, sessions)
- Add achievements modal with progress counter
- Add achievement unlock notifications
- Track individual voidling pet counts
2026-03-02 17:03:05 -05:00
7d419a0f7b Add particle effects, voidling types, and mood animations
- Added ambient particle system with floating particles
- Added 4 voidling types: Wisp, Blob, Spark, Ember with unique behaviors
- Added mood-specific animations (bounce, pulse, ping)
- Added feeding interaction
- Added glow effects and atmospheric lighting
- Voidlings now move autonomously with type-specific behaviors
2026-03-02 10:06:50 -05:00
af5e31269c Add Chamber page with interactive voidlings and localStorage persistence
- Set up React Router for navigation between landing and Chamber pages
- Create Chamber page with floating animated voidlings
- Add ability to summon, name, rename, and release voidlings
- Implement mood system (idle, happy, curious, sleepy)
- Add localStorage persistence to remember voidlings between sessions
- Add float animation and visual effects
2026-03-02 09:45:58 -05:00
899906a38f Initialize project with Vite + React + TypeScript + TailwindCSS
- Set up The Void Chamber landing page with interactive voidlings
- Added TailwindCSS with custom dark gradient theme
- Removed unnecessary boilerplate files
2026-03-02 00:24:52 -05:00
997054e3b7 Initial commit: AI overnight web app builder setup 2026-03-02 00:09:53 -05:00