-Write me player code
IF KEY=='W' OR 'UP' (PLAYER.JUMP())
GRAVITY=TRUE
LIVES=3
-Now write me enemy code, make it masterpiece(Save button not working sometimes)
FOREVER (MOVE)
IF COLLISION (PLAYER.HURT())
-Write me coin code but make it 1 line only.
IF COLLISION (COIN+=1)
Here saved you all, now thank your AI.