Code edit (1 edits merged)
Please save this source code
User prompt
Pop & Multiply: Balloon Math
Initial prompt
Title: "Pop & Multiply: Balloon Math" A fun, static-screen math game where players pop balloons to solve multiplication problems! Long Description: "Pop & Multiply" is a colorful, easy-to-play math game where players pop balloons with numbers on them. The goal? Find two balloons that multiply to match the target number in the center balloon! Perfect for kids learning multiplication or adults wanting a quick brain teaser. Key Features: Simple Mechanics: Just click/tap to pop balloons. Educational: Reinforces multiplication skills. Static Screen: No movement—perfect for mobile or web. Vibrant Design: Bright balloons with clear numbers. Quick Sessions: Play for 30 seconds or 5 minutes. Why It’s Great: ✅ No stress: No timers or penalties. ✅ Replayable: Random numbers each round. ✅ Minimalist: Easy to develop and expand. Game Flow: Start Screen: Title: "Pop & Multiply" in a playful font. Start Button + How to Play (optional). Gameplay: Static screen with: A large green balloon in the center showing a target number (e.g., "12"). 10+ smaller balloons around it, each with random numbers (e.g., 3, 4, 6, 2). Player pops two balloons. If their product matches the center number: +1 score, new center number. If not: Balloons respawn with new numbers. Scoring: Display "Score: 0" at the top. Celebrate correct answers with a "Ding!" sound and particle effect. Game Over (Optional): After 10 correct answers, show: "Great job! Score: 10". Button to play again. Hashtags: #MathGame #EdTech #CasualGame #IndieDev #LearnMath #Unity2D #KidsGame #MinimalistGame
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});