Super Mario Bros Remake Problem

When I Try and touch The Top of the Goomba It doesn’t die, I Try to code it for it to work but didn’t work, Hope someone can help me with this. https://arcade.makecode.com/S82388-70198-79657-95245

4 Likes

Welcome to the forums @SSJGAGE ! I think that the solution is that when he overlaps with the goomba, if Mario is higher than the goomba, it dies.

My goodness, this is amazing! Maybe you can take a line of code or two from this: https://arcade.makecode.com/#example:/blocks-games/jumpy-platformer. The enemies seem to die when you jump on them. Hope you figure this out

Welcome to the forums @SSJGAGE @LIONHEARTED !

1 Like

This is a great game!

Anyway, I figured out how to make the jumping on goombas thing work, and while I was at it, I added the ability to jump into the question mark (and brick)blocks from below. You still need to add the coin effect and some other stuff, but I did the basics because it felt wrong without it.

I have a couple suggestions:

  1. The pipe idea is kinda cool, but you could do it in a better way by turning the screen black while Mario is traveling. Then whenever he interacts with part of the pipe, he follows the direction it’s facing (overlap block)
  2. Get some animations for the lava. Using the tile utils extension, you can place a sprite on every lava tile that looks just like it. You can then animate the sprites.
  3. Fix the lava death! Whenever you fall into lava, it just freezes and then Mario dies after a while.

Here!

Wait never mind it doesnt work anymore

I could have sworn it just worked a few minutes ago

I forgot a couple things:

  1. The goombas should swap directions when they hit a wall. Just pointing that out.
  2. Where are the coins? You should add them!
  3. There are goombas near the start, but then… There aren’t any further along. Assuming that the problem might be that they just keep walking to the left before Mario gets there, use the Sprite Utils extension to detect when Mario gets close and then start the Goomba movement.

Still though, it really is a great game!

I Forgot to tell you, This is suppose to fit on The retro arcade hardware!.

1 Like

https://arcade.makecode.com/S33503-69814-17284-02384 VERSION ONE IS NOW FINSHED, With a help with @engineer703 's Code!. Thanks dude. You can now play it on Your Microbit retro arcade, And with other MICROBIT Consoles

.

1 Like

https://arcade.makecode.com/S81262-13616-86786-51226 NEW VERSION IS OUT NOW!. Also the github is now out! https://github.com/sjjgage/SUPER-MARIO-BROS-1-FOR-THE-MICROBIT-CONSOLES.

1 Like

Welcome to the forums @SSJGAGE and @LIONHEARTED

1 Like