Bug Hunter
DevOps-themed Snake game where you control a bug that infects healthy servers. Grow longer with each infection, but avoid crashing into walls or yourself!
Category: Games
What You Will Learn
- Identify common coding bugs
- Debug shell scripts and config files
- Improve code review skills
Topics covered: game, arcade, interactive, security
// simulator
Bug Hunter
DevOps-themed Snake game where you control a bug that infects healthy servers. Grow longer with each infection, but avoid crashing into walls or yourself!
Bug Hunter
Control a glitch that infects healthy servers. Grow longer with each infection, but don't crash!
How to Play
• Control the bug to infect healthy servers
• The bug grows longer with each infection
• Avoid crashing into walls or yourself
• Speed increases as you infect more servers
• Unlock achievements as you progress
Real-World Security Lessons
- • Lateral Movement: Like the bug spreading, attackers move through networks after initial breach
- • Rapid Propagation: Malware can quickly spread to vulnerable systems (like WannaCry ransomware)
- • Containment: Early detection and isolation prevent widespread infection
- • Defense in Depth: Multiple security layers slow down attackers (the walls in the game)
- • Monitoring: Track system behavior to detect anomalies before they spread
Try next
// game
Scalable Sentry
Tower defense game where you defend your infrastructure against waves of network traffic. Deploy servers, manage resources, and survive boss waves!
// simulator
How Docker Works Under the Hood
Watch what really happens when you run docker run -p 8080:80 nginx, one layer at a time. Step down the whole stack: the CLI, the daemon, the registry pull, containerd, the OCI runtime bundle, runc, the running container, and the shared Linux kernel. Every stage shows the real low-level command you can run yourself, so it doubles as a tour of the primitives that make a container: namespaces, cgroups, and runc. A container is not a small VM, and this shows you why.
// simulator
Webhook Delivery Simulator
Send a webhook through a production-style delivery flow. Change endpoint responses, watch retries and backoff, inspect real HMAC-SHA256 signatures, and redeliver the same message to see receiver-side deduplication.