Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Premier Projects

Interactive web experiences showcasing game development and 3D environments built with Claude Code.

🎮 Projects

🤖 PremierBot

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

🌿 Interactive Garden

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

🚀 Getting Started

Option 1: Direct Download

  1. Download or clone this repository
  2. Run a local web server (required for proper loading)
  3. Open index.html in your browser

Option 2: Local Web Server

Python (recommended):

python -m http.server 8000
# Then open http://localhost:8000

Node.js:

npm install -g live-server
live-server

VS Code:

  • Install "Live Server" extension
  • Right-click index.html → "Open with Live Server"

📁 Project Structure

├── 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

🎯 Controls

PremierBot Game

  • Mouse: Movement and aiming
  • Click: Spray cleaning solution
  • Goal: Clear all microbes to unlock exits

Interactive Garden

  • Mouse: Camera controls (orbit/look around)
  • Click Ground: Plant new flowers and bushes
  • Scroll: Zoom in/out (if OrbitControls available)

🛠️ Built With

  • Three.js - 3D graphics library
  • Canvas 2D - Game rendering
  • Vanilla JavaScript - No frameworks needed
  • HTML5/CSS3 - Modern web standards

🌟 Features

  • 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

🚀 Development

Built using Claude Code for AI-assisted development workflow:

  • Rapid prototyping and iteration
  • Integrated debugging and testing
  • Collaborative problem-solving

🎨 Screenshots

Visit the live demo to experience the interactive projects!

📝 License

Open source - feel free to fork, modify, and share!


Created with Claude Code - Explore AI-assisted development at claude.ai/code

About

Interactive web experiences - PremierBot game & 3D garden

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages