Retro web game built with Vite + React. The player grows a sunflower inside a fictional terminal interface by keeping a watering rhythm stable enough to push the plant through five visual stages:
- Seed
- Sprout
- Stem
- Leaves
- Full flower
- Analog terminal layout with rigid block nesting
- CRT-inspired scanlines, flicker and phosphor glow
- Pixel-art sunflower rendered on a canvas
- Hydration and growth tracked in real time
- Typing-effect system messages
- Optional 8-bit style click audio via Web Audio API
- Ready for static deployment on Vercel or Netlify
npm install
npm run devnpm run buildnpm run previewThe app builds to dist/ with Vite and can be deployed directly on Vercel or Netlify as a standard static site.