Commit Graph

6 Commits

Author SHA1 Message Date
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