Mona Mayhem Challenge 1: The Blueprint Boss
Mona Mayhem Challenge 1: The Blueprint Boss
Challenge
Mona Mayhem Challenge 1: The Blueprint Boss
Use GitHub Copilot’s Plan Mode to architect a brand new feature for the Mona Mayhem battle arena before writing a single line of code. You’ll define the logic for a “Power-Up” system or a “Special Move” by iterating on a technical plan until the architecture is solid.
Check out the Mona Mayhem Workshop Doc before you dive in.
Use the instructions below or find your own solution!
(Optional) How to get started:
- Open the Mona Mayhem repository in VS Code and switch Copilot to Plan Mode.
- Prompt Copilot to “Plan a system for random power-up drops during a battle” (e.g., health boosts or speed buffs).
- Refine the plan by asking Copilot to explain how it will handle state changes across the battle and player components.
- Once the plan is approved, use the “Apply” feature to scaffold the necessary files.