Debian: sudo apt install libc6-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev libasound2-dev pkg-config
- Add 5 unique IT problem types with varying urgencies (15s-35s): * Critical Server Down (15s) - Red electrical static animation * Security Breach (20s) - Orange warning pulse pattern * Database Corruption (25s) - Purple erratic glitch pattern * Network Outage (30s) - Blue signal loss fade pattern * Memory Leak (35s) - Yellow memory buildup pattern - Implement difficulty-based weighted problem spawning: * Low difficulty favors easier problems (Memory Leak, Network Outage) * High difficulty favors critical problems (Server Down, Security Breach) * Smooth progression with balanced probability distributions - Add comprehensive visual feedback systems: * Problem-type-specific screen tinting starting at 10 seconds * Animated computer screens with unique patterns per problem type * Performance-optimized particle effects (max 5 particles per problem) * Visual countdown progress bars replacing text timers - Enhance message system with IT problem introductions: * Individual messages for each problem type with severity indicators * Priority-based display system (higher than bug messages) * Show-once tracking to prevent message spam * Integration with existing tutorial system - Visual countdown indicators: * Color-coded progress bars (Green→Yellow→Orange→Red) * Blinking effects during critical moments * Problem-type indicators with matching colors * Clean replacement for text-based countdown timers 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| cmd/deflive | ||
| internal | ||
| .gitignore | ||
| CLAUDE.md | ||
| go.mod | ||
| go.sum | ||
| index.html | ||
| Makefile | ||