Skip to content

testingherokuapp/SM64-HTML

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SM64-JS

Super Mario 64 ported to JavaScript and HTML 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/testingherokuapp/SM64-HTML.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/testingherokuapp/SM64-HTML.git
cd SM64-HTML-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-HTML

About

Super Mario 64 ported to JavaScript and HTML via Emscripten.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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