Debian: sudo apt install libc6-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev libasound2-dev pkg-config
Find a file
heming 9a67f492a2
Implement comprehensive enhanced IT problems system with visual feedback
- 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>
2025-06-25 23:01:31 +02:00
cmd/deflive format 2025-06-22 08:29:50 +02:00
internal Implement comprehensive enhanced IT problems system with visual feedback 2025-06-25 23:01:31 +02:00
.gitignore Enhance jump-kill collision detection with difficulty scaling 2025-06-23 21:32:27 +02:00
CLAUDE.md Implement comprehensive enhanced IT problems system with visual feedback 2025-06-25 23:01:31 +02:00
go.mod Add animated menu bug with window-resolution text overlay system 2025-06-22 18:46:45 +02:00
go.sum Add animated menu bug with window-resolution text overlay system 2025-06-22 18:46:45 +02:00
index.html Initial commit 2025-06-21 00:07:41 +02:00
Makefile Implement complete game mechanics with bugs, problems, and difficulty scaling 2025-06-21 01:13:22 +02:00