A JavaScript recreation of Super Mario Bros. level 1-1 from the NES with multiplayer.
This webapp is standalone and requires no installation. Please see the live demo to get started.
If you'd like to run this locally, clone/download this repository and navigate to the root folder. Then follow these steps:
- Install packages:
npm install
- Start local server:
node server.js
- Open local front end in browser at:
localhost:8081
(or change the environment variable PORT to a port of your choice)
The controls are:
- Movement: Arrow keys
- Jump: X key
- Fire/Accelerate: Z key
- Ronald Thompson - Ronald's GitHub
If you would like to contribute, please send me a message!
- Thank you to everyone for all of your help and support!