ronwthompson / multi-mario

A JavaScript recreation of Super Mario Bros. level 1-1 with multiplayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiplayer Super Mario Brothers

A JavaScript recreation of Super Mario Bros. level 1-1 from the NES with multiplayer.

screenshot

Getting Started - Installation Instructions

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

Built With

Authors

Contributing

If you would like to contribute, please send me a message!

Acknowledgments

  • Thank you to everyone for all of your help and support!

About

A JavaScript recreation of Super Mario Bros. level 1-1 with multiplayer


Languages

Language:JavaScript 87.1%Language:HTML 10.3%Language:CSS 2.6%