@Bh4v on TurboVerse
I built a chaotic, WarioWare-style collection of microgames in Godot where players have exactly 6.7 seconds to figure out and complete rapid-fire tasks, such as a platforming challenge to collect three garlics. The most challenging part was debugging the UI and player movement while figuring out how to manage global game states—like tracking the player's four lives and overall progress—across completely isolated scenes. I am incredibly proud of the modular scene architecture I created, especially the standalone, reusable countdown timer that seamlessly triggers instant transitions to the next minigame, victory screen, or game-over screen via a global Autoload script. To test the game, reviewers don't need to download or install anything; you can simply click the live itch.io link to play the HTML5 export directly in your web browser, using the Arrow Keys (or A/D) to move and Space (or W/Up) to jump.
- 6 devlogs
- 7h
- Make a WarioWare Game