Codemoji

A variable is like a game setting โ€” it controls how your game works! Change the player emoji to pick your character. Slide the speed to make enemies faster. Every setting below is a real line of code. Try them all!

Try These!

๐ŸŽฎ Game Settings
Pick who you play as!
varplayerEmoji=;
What falls from the sky?
varenemyEmoji=;
Higher = harder!
varfallSpeed=
120
;
How fast you move
varplayerSpeed=
220
;
Lower = more enemies!
varspawnRate=
1
;
Live Preview