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
SQL Terminal Simulator
Practice SQL in an interactive browser terminal. Learn SELECT, WHERE, ORDER BY, DISTINCT, aggregates, GROUP BY, HAVING, JOINs, subqueries, and window functions against a small e-commerce schema, with single-table queries evaluated live and verified Postgres output.
// simulator
PostgreSQL Terminal Simulator
Practice the psql tool and Postgres engine in an interactive browser terminal. Explore with meta-commands, read real EXPLAIN plans, add an index to turn a sequential scan into a bitmap index scan, and use BEGIN and ROLLBACK to make changes safe, all against a small e-commerce database with verified PostgreSQL output.