Log In  

Cart #smbdemo-9 | 2024-05-06 | Code ▽ | Embed ▽ | No License
54

V1.02 --Added Minus World
V1.03 --Fixed minus world bugs, completed scoring system, tweaked jump physics

This is a demo for my Pico-8 port of Super Mario Bros., and it includes all of World 1, along with the secret 'minus world'. I plan to reskin the game before a full release to avoid potential Cease-and-Desist letters, but wanted to give people a taste of it in its original form. Also, not everything is quite finished, and I figured this would be a good way to get some playtesting and feedback, so please let me know if you encounter any bugs.

Special thanks to:

  • Jwinslow23 for composing the music and many of the sound effects
  • Zep for his PX9 compression system
  • Thisismypassword for the Shrinko-8 minifier
  • Nick N. Bruns of NESmaps.com for documenting level maps
P#141381 2024-02-10 20:01 ( Edited 2024-05-06 03:40)

4

great port, feels almost just like the original

P#141382 2024-02-10 20:34
1

Thanks, I've spent a lot of time adding details from the original. The fireworks even go off if you hit the flagpole at the right times.🙂

P#141384 2024-02-10 20:49
2

just like the original. nice

P#141386 2024-02-10 21:54
3

It's pretty good. I feel like I'm making some jumps by the skin of my teeth (in 1-3) especially. Otherwise, a really good recreation.

P#141418 2024-02-12 05:28
3

Yeah, the physics could still use a little tweaking, I know Mario doesn't slide as far as the original when you duck. Thanks for the feedback!

P#141419 2024-02-12 05:35 ( Edited 2024-02-12 05:36)
1

This is incredible! There were a few times I forgot I was playing a pico-8 game, with the only thing reminding being the Visuals and Audio! Now, I do notice the Physics are a little bit different, which there is a pretty good write-up on online if you go looking, but it's not bad for what it is and plays great! It wasn't like I didn't know if I could make jumps or whatever.
Can't wait to see more of this!

P#141475 2024-02-14 01:59
1

@ScrubSandwich,

Thank you very much. I put more of a focus on getting everything working than exactly mirroring the physics, but I'll look and see if I can find some better info on that to tweak things. Just uploaded a new version that fixes a couple small bugs.

P#141476 2024-02-14 03:06 ( Edited 2024-02-14 20:27)
1

There is no -1 world. :(

P#141523 2024-02-15 15:38
1

I like this better than the other one that zooms in on pico-8. Good job!

P#141527 2024-02-15 16:26
1

@pdiddles03,
Well, I made all the code for this from scratch, so it doesn't work the same way or have the same glitches as the original, but I'll try and add a version of minus world.

@conofive,
Thank you, glad you enjoyed it.=)

P#141549 2024-02-16 05:03 ( Edited 2024-02-16 05:04)
2

Pretty good recreation. Better then many I've seen on Pico 8. Enemy hitboxes seem to be a bit taller than they should be, Mario bounces off of them earlier then expected, but other then that, the game feel is pretty much spot on. Good job!

P#141555 2024-02-16 11:34
2

@Yoksven,
Thank you, it's taken a lot of work. I have noticed the hit boxes are a bit off, I'll adjust those in the next revision.

P#141570 2024-02-16 21:38
2

Hey @JadeLombax, do you plan on releasing a version of this wonderful demake without compression? I'd love to toy around with it and see what I'd be able to make!

P#141579 2024-02-17 02:29
1

@rrops_real,
Hmm, that's a tricky one. I had to use a minifier to fit under the compressed size limit, partially because I'm storing all the music as strings, but even if I could squeeze it down enough without compression, the level data is all super-compressed as well, and requires a separate editor cart. Even then, I'm purposely avoiding releasing the full game so as to hopefully not run afoul of Nintendo's over-eager lawyers. I am planning to reskin the game and release that, and I could release a level editor along with it. I've also been thinking of releasing a streamlined version of the engine as a starting point for platformers.

P#141580 2024-02-17 03:31 ( Edited 2024-02-17 04:13)
2

Ah, thanks for the explanation, will definitely look foward to seeing the level editor and others.

Side note, Nintendo won't take your game down if the graphics and names are switched around, it worked with No Mario's Sky turning into DMCA's Sky!

P#141612 2024-02-18 01:36

@rrops_real,
Yeah, that's my plan, currently looking to base it on zep's Mimo & Jelpi characters & call it Pico Bros.

P#141614 2024-02-18 02:00 ( Edited 2024-02-18 03:05)

super marpio bros is a possible name

P#141616 2024-02-18 04:05
1

I like it!

P#142698 2024-03-09 22:26

Very cool. Amazing what can be done with pico 8.
Im pretty sure someone will redo the reskin if the game gets released.
Good job

P#150426 2024-06-25 22:31

@kas333,

Thanks.=) Changing the graphics and sound back might be tricky, as they're tied up in an elaborate compression system, but if someone can figure it out, they're free to do that. The game's basically done except for tweaking some character behaviors, haven't gotten the art style all figured out for the reskin, though.

P#150434 2024-06-26 02:37 ( Edited 2024-06-26 02:39)
1

This is impressive both in scope and faithfulness to the original.

P#150760 2024-07-03 00:14

there's a bug where if you lose at the end of 1-2 you respawn at 1-1 but the thinks you are at 1-2 in 1-1

P#151092 2024-07-10 01:48

@allmightythunder,

Oh, thought I'd fixed that here, thanks for pointing that out. It's fixed in the basically-finished full version. I'll see about copying over the updated parts. Interestingly, it's not a bug in the sense of a system not working, rather that the flagpole area is (in both this and the original game) using the world 1-1 map, so the checkpoint system has to implement some extra steps in this case, which it's not doing.

P#151094 2024-07-10 02:08 ( Edited 2024-07-10 02:13)

where is the basically-finished full version

P#151096 2024-07-10 02:43

Well, I'm not planning to release that in its current state, as Nintendo would in all likelihood swoop in and threaten legal action. My plan is to release a version reskinned with different graphics and sound, and no connection with the Mario IP.

P#151103 2024-07-10 04:35

for mario, you can use this character, but with credit

squares = color for body parts

P#151129 2024-07-10 16:52 ( Edited 2024-07-10 17:05)

his/her name is erie

P#151133 2024-07-10 17:37

also there's no gender

P#151163 2024-07-11 06:49

[Please log in to post a comment]