Interactive web experiences showcasing game development and 3D environments built with Claude Code.
A thrilling 2D dungeon crawler where you pilot a cleaning bot through contaminated facilities, eliminating dangerous microbes with your spray weapon.
Features:
- Top-down combat with mouse controls
- Multiple microbial enemies (E. Coli, Staph, Spores)
- Resource management (health & cleaning solution)
- Progressive difficulty across multiple rooms
- Dark sci-fi aesthetic with particle effects
A peaceful 3D greenhouse environment where you can explore nature elements, watch animated butterflies, and plant your own flowers.
Features:
- 3D exploration with camera controls
- Interactive planting system (click to grow)
- Animated wildlife and particle effects
- Water fountain with dynamic effects
- Glass greenhouse with realistic lighting
- Download or clone this repository
- Run a local web server (required for proper loading)
- Open
index.htmlin your browser
Python (recommended):
python -m http.server 8000
# Then open http://localhost:8000Node.js:
npm install -g live-server
live-serverVS Code:
- Install "Live Server" extension
- Right-click
index.html→ "Open with Live Server"
├── index.html # Main showcase page
├── premierbot.html # PremierBot game
├── scenes/
│ └── room2.html # Interactive garden
├── garden_test.html # Three.js compatibility test
└── garden_debug.html # Debug tools for development
- Mouse: Movement and aiming
- Click: Spray cleaning solution
- Goal: Clear all microbes to unlock exits
- Mouse: Camera controls (orbit/look around)
- Click Ground: Plant new flowers and bushes
- Scroll: Zoom in/out (if OrbitControls available)
- Three.js - 3D graphics library
- Canvas 2D - Game rendering
- Vanilla JavaScript - No frameworks needed
- HTML5/CSS3 - Modern web standards
- No build process - Runs directly in browser
- Responsive design - Works on desktop and mobile
- Cross-browser compatible - Modern browser support
- Self-contained - All dependencies via CDN
Built using Claude Code for AI-assisted development workflow:
- Rapid prototyping and iteration
- Integrated debugging and testing
- Collaborative problem-solving
Visit the live demo to experience the interactive projects!
Open source - feel free to fork, modify, and share!
Created with Claude Code - Explore AI-assisted development at claude.ai/code