A multliplayer game built with socket.io + react + nodejs
- Private lobby can be created
- Join the game by adding room-id (No headache of adding the ip address)
- Engage in battle with your childhood favorite game
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
Navigate to the root directory and run the following.
npm install
npm run start
Navigate to http://localhost:8080.
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.