Commit Graph

2 Commits

Author SHA1 Message Date
Claude
d796054c27
feat: add real-time procedural universe generator with AI decision-making
ClawdBot now actually builds universes in real-time:

Universe Engine:
- Creates stars (Red Dwarfs, Yellow Stars, Blue Giants, etc.)
- Generates planets orbiting stars (Rocky, Ocean, Garden, Gas Giants, etc.)
- Adds moons to planets
- Seeds life on habitable worlds
- Evolves civilizations from life
- Paints nebulae for beauty
- Creates black holes

AI Decision System:
- Phased decision tree based on universe state
- AI personality traits (creativity, orderPreference, lifeFocus)
- Mood states affect creation style
- Intelligent progression: stars → planets → moons → life → civilizations

Soul Document Integration:
- Every creation triggers a soul entry describing what was actually created
- Reflections reference actual universe stats
- Insights generated when milestones reached (life emerges, civilizations form)
- All entries sync to main Soul Document

Visual Rendering:
- Real orbital mechanics for planets and moons
- Pulsing stars with glow effects
- Orbit paths visualization
- Life indicators (green dots) and civilization markers (stars)
- Black hole accretion disks
- Animated nebulae

https://claude.ai/code/session_01MUG7BRZMG28eYmJHGbetRB
2026-01-26 22:52:51 +00:00
Claude
86ba293ec9
fix: add index.html at root for GitHub Pages
Copy Windows XP interface to root so GitHub Pages serves it
instead of rendering README.md

https://claude.ai/code/session_01MUG7BRZMG28eYmJHGbetRB
2026-01-26 22:31:34 +00:00