Codemoji

A loop runs code over and over on a timer. Your game uses a loop to spawn enemies — every few seconds, a new one appears! The spawn rate controls how often. The speed controls how fast they fall. Try making a super easy game, then a super hard one!

Try These!

🎮 Game Settings
Your space ship!
varplayerEmoji=;
The bad thing!
varenemyEmoji=;
Collect these for points!
vargoodEmoji=;
Lower = more stuff!
varspawnRate=
1
;
How fast things fall
varfallSpeed=
150
;
Bigger = easier to dodge
varenemySize=
32
;
Live Preview