Bug Hunter
by Anonymous Β· β 1 Β· π΄ 0
π The code is broken! π― Expected values and β actual values don't match, right? Tap the line where the bug is hiding. Choose how to fix it, run the updated code, and check if you get the β correct result! If you pick the wrong fix, you'll see what happens so you can learn why. Includes 7 common real-world bugs: off-by-one errors, out-of-bounds arrays, missing variable assignments, confusing = and ===, and more. Features 7 main challenges + Endless Hunt + π‘ Bug Encyclopedia! Built with code too β remix it to hide your own bugs!
About this app
Bug Hunter is an educational coding game designed to teach debugging basics through interactive code puzzles. Users inspect broken JavaScript code, tap the line with the bug, and select the correct fix to reach the target output. The app includes a structured 7-level hunt course, an endless random practice mode, and a bug guide explaining common programming errors.
Use cases
- Beginners learning JavaScript who want to practice real-world debugging skills
- Students testing their logic and code reading abilities through interactive puzzles
- Educators looking for a visual tool to demonstrate common coding mistakes
Features
- Structured 7-stage Hunt Course with guided code debugging puzzles
- Endless Hunt mode featuring randomized bugs and score tracking
- Bug Guide detailing 7 common JavaScript beginner errors with examples
- Line-by-line code inspection with live fix execution testing
- Instant feedback displaying calculated output vs target values