jakowskidev / uMario_Jakowski

uMario C++/SDL2 Game by Łykasz Jakowski
GNU General Public License v2.0
787 stars 248 forks source link

[Question] Is this a C++ port of the original? #5

Closed rraallvv closed 8 years ago

rraallvv commented 8 years ago

Sorry to ask, but I'm a bit confused, I'm interested in studying the variable-height jump mechanic in the original Mario Bros game but all I've found is this 6502 disassembled code. So I was wondering whether this is a clone built from scratch or rather a port to C++ of the original assembly code? Also, if this is built from scratch I'd like to know how faithful is the jump mechanic to the original?

Keep up the good work.

jakowskidev commented 8 years ago

Hi, it is just my imagination of it, it is not how it was in original game

rraallvv commented 8 years ago

I see, thanks for the info, in the video the jump mechanic seems quite similar to the original.