Simple in browser multiplayer dungeon game. Demo available here
This originally started out as a demo for my game library but ended up making it a seperate project.
- git clone https://github.com/TommyDong1998/MultiplayerDungeon
- cd MultiplayerDungeon
- npm install
- npm run start
- open http://localhost:8080 or http://localhost: environment port
- Download as zip
- Extract the contents and then zip the contents inside of MultiplayerDungeon-main
- Upload the new zip and deploy
- Up and running :)
- git clone https://github.com/TommyDong1998/MultiplayerDungeon
- cd MultiplayerDungeon
- npm install
- make changes
- npm build && npm run start
- open http://localhost:8080 or http://localhost: environment port
Repeat steps 4-6 when developing