An open API service indexing awesome lists of open source software.

https://github.com/velipso/smb3-physics

Reimplentation of Super Mario Bros 3 phyiscs in JavaScript
https://github.com/velipso/smb3-physics

physics-2d platformer smb3

Last synced: 6 months ago
JSON representation

Reimplentation of Super Mario Bros 3 phyiscs in JavaScript

Awesome Lists containing this project

README

          

smb3-physics
============

Are you making a platformer?

Mystified how to write basic physics for it?

Why not learn from one of the best platformers of all time, Super Mario Bros 3!

I converted the [SMB3 source code](https://github.com/captainsouthbird/smb3) related to player
movement into more readable JavaScript.

Check out the demo here:

[Play with SMB3 Physics](https://htmlpreview.github.io/?https://github.com/velipso/smb3-physics/blob/main/index.html)

And read the JavaScript source:

[Source code](./index.html)