Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Super Mario 64 ported to JavaScript and WebAssembly via Emscripten.

License

Notifications You must be signed in to change notification settings

PickleIsDaBest/SM64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SM64-JS

Super Mario 64 ported to JavaScript and WebAssembly via Emscripten.

REPL Takedown

I was forced to take down the REPL for this project due to copyright issues. I have uploaded it to GitHub so you can enjoy this a bit longer.

Setup Manually

Play using Python2 or Python3

git clone https://github.com/SevenworksDev/SM64-JS.git
cd SM64-JS-main
python3 -m http.server 6464 (or) python2 -m SimpleHTTPServer 6464

Play using GitHub

Fork this repo and go to Settings » Pages then select the main branch and Continue. Your GitHub Pages website will be set up in one or two minutes.

Play using Webserver

git clone https://github.com/SevenworksDev/SM64-JS.git
cd SM64-JS-main
mv * (Folder of your website here)

Play using Windows Executable (soon)

Check Releases

Setup Automatically

bash ./script_from_build_folder_here.sh

Mirrors

View Mirrors of SM64-JS

About

Super Mario 64 ported to JavaScript and WebAssembly via Emscripten.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • HTML 2.3%
  • Other 0.3%