Code edit (1 edits merged)
Please save this source code
User prompt
Battle Burst
Initial prompt
Game Name - Battle Burst Topic - a chaotic, short-session, mini battle royale party game It’s built around: Tiny arenas filled with hazards (spinning arms, falling floors, rising lava) 20 players per match (bots + humans) Quick 60-second rounds so players keep replaying Funny power-ups to cause chaos Cartoon, low-poly style for fast dev & wide appeal Basically, it’s like Stumble Guys + Mario Party but compressed into super short, high-energy matches that are perfect for mobile.
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});