Bug Exterminator
Bug Exterminator is an app that makes debugging/bug fixing fun
What it does
My app basically throws some buggy code at its users, it does this by populating the screen with literal bugs roaming to and fro about the screen, when a literal bug is hovered on, it stops, and shows the programming language related to that bug (depending on the user's settings), and then when the user clicks it, it pops out some modal, having the possibly buggy code, the user is expected to fix it and check by clicking the "check" button, or the "hint" button to get a hint and "report" button if they had any issues. When a bug is successfully fixed, the system generates a replica for replacement, and updates the user's points on the leaderboard.
I used Gemini AI for basically two things:
1. Given a function description, programming language, and errors to include, the AI was tasked to generate the buggy code. These are pre-generated so the RPM is maintained for...
2. Checking to see if the user's code, with the programming language used, would work as described and without any bugs, with a concise response of true/false.
Built with
- Web/Chrome
Team
By
Michael Aigbovbiosa
From
Nigeria