Skip to content

Latest commit

 

History

History
39 lines (18 loc) · 773 Bytes

README.md

File metadata and controls

39 lines (18 loc) · 773 Bytes

SuperMarioBrosFight

A multliplayer game built with socket.io + react + nodejs

Feature

  1. Private lobby can be created
  2. Join the game by adding room-id (No headache of adding the ip address)
  3. Engage in battle with your childhood favorite game

Screenshot

Video instructions on how to start and test the game

Screen.Recording.2021-01-16.at.4.54.50.AM.copy.online-video-cutter.com.mp4

How to run

Navigate to the root directory and run the following.

npm install

npm run start

Navigate to http://localhost:8080.

Game rules

Rule: First player gets Mario and the second player gets Luigi and the player who knocks the other player wins.

Inspired from Meth Meth Method youtube tutorial on vanilla Super Mario.