Codemoji

Collision is when two game objects touch each other. Your game uses collision to: catch good items for points, and end the game when bad items hit you. Try changing the win score, points per catch, and the emojis to make your own catcher game!

Try These!

๐ŸŽฎ Game Settings
What catches items?
varplayerEmoji=;
Catch these!
vargoodEmoji=;
Avoid these!
varbadEmoji=;
How many points to win?
varwinScore=
50
;
Points for each good item
varpointsPerCatch=
10
;
How fast items fall
varfallSpeed=
120
;
Live Preview