Use arrow keys to move and jump. Collect the coins. Jump upon enemies (twice!) to beat them. Walk through: https://www.youtube.com/watch?v=r6L2vGPYVLk Want to remix this game? Use the custom block 'createInstance'. Input x and y (and for goomba's the number of blocksthey move). X and y and number of blocks are based on a grid of 32 pixels. So x=5 means it is in fact 32x5=160. y starts at the bottom so y=0 means the floor of the game. Give it a try!
PaulKoning