-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/agh372/SuperMarioBrosFight
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,21 @@ | ||
# SuperMarioBrosFight | ||
|
||
A multliplayer game built with socket.io + react + nodejs. | ||
|
||
## 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. | ||
|
||
## TODO | ||
- Player Health bar | ||
|