Skip to content

Create a Super Mario game in vanilla JS from scratch.

Notifications You must be signed in to change notification settings

bouveng/super-mario

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Super Mario Bros. in JavaScript

Create a Super Mario game in vanilla JavaScript from scratch.

This project is built during my YouTube series Code Super Mario in JS; a series by my channel Meth Meth Method.

Episode Playlist

Code Super Mario in JS on YouTube

Running

  • Clone repository.
  • Run npm install.
  • Run npm start.
  • Go to http://localhost:5000.

Reproductions

Contributing

Please contribute if you see something wrong, but I can unforunately not merge your PR directly into master as I use Git commits as a script for creating the tutorial and commits out of sequence would throw me off.

About

Create a Super Mario game in vanilla JS from scratch.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.3%
  • HTML 0.7%