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
- Host: GitHub
- URL: https://github.com/velipso/smb3-physics
- Owner: velipso
- License: 0bsd
- Created: 2024-10-04T19:38:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T16:28:05.000Z (about 1 year ago)
- Last Synced: 2025-02-23T16:52:58.370Z (11 months ago)
- Topics: physics-2d, platformer, smb3
- Language: HTML
- Homepage:
- Size: 16.6 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)