this is like my 3rd time trying to make mario in makecode arcade and the best one yet
marrying oh…
this is not finished
this is like my 3rd time trying to make mario in makecode arcade and the best one yet
marrying oh…
this is not finished
Really cool!
Wow this is great!!!
this is AMAZING.
This is so realistic to the real game! The only problem is the camera, maybe try making it stick closer to the player.
This is honestly better in some ways than the original mario
(The improved camera, the ability to walk backwards, ect.)
i do this because the makecode resolution is really small compared to the NES resolution but ill lower it when i release the next version. thanks for the feedback
also feel free to take a look at the code!
for the music I’d recommend using the midi-to-song converter
and speaking of the underground theme i cant get the notes right because i dont know if the song maker has b flat stuff
i would but im pretty sure it uses only 1 instrument which would be good for the underground theme but it doesnt even work when i put it into command prompt with all the dependencies installed
make sure you are in the “(main)” part of the folder and that the midi file is in the same folder. could you send me the error you’re getting?
Yeah the camera feels… slippery, I guess (lol)
But besides that, this is incredible, feels just like the real deal! You nailed the art!
here is the underwater theme in various instruments
thanks to @thegreatone for the screen fx
CooL!
you can cycle a note through regular, sharp and flat, by clicking a note and pressing control at the same time
why not just use
namespace userconfig {
export const ARCADE_SCREEN_WIDTH = 192
export const ARCADE_SCREEN_HEIGHT = 352
}
that code to change the screen resolution and camera size
don’t know if it works off of the browser but if you want a bigger camera slap that in the beginning of your code at it should work
oh nice didnt know that. if the flag music sounded off then thats why because i didnt know how to do that. thanks!
also i’m gonna try to experiment with another type of camera offset and also looking up and down because i now see what you all mean about the camera
There are 3 little details you missed:
When you kill a goomba and there’s another one next to it, it switches direction to try and kill you.
The 4th pipe leads to an underground hole filled with coins. (seriously how did you miss this?!)
When you punch a mushroom out of a mystery box, the item always moves right, not left.