Skip to content

SevenworksDev/SM64-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is now read-only, I give up supporting this project. If you have issues, bugs, feature requests, etc then you're on your own.

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