Skip to content

TommyDong1998/MultiplayerDungeon

Repository files navigation

Multiplayer Dungeon Game

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.

Local Instructions

  1. git clone https://github.com/TommyDong1998/MultiplayerDungeon
  2. cd MultiplayerDungeon
  3. npm install
  4. npm run start
  5. open http://localhost:8080 or http://localhost: environment port

Elastic Beanstalk Deployment

  1. Download as zip
  2. Extract the contents and then zip the contents inside of MultiplayerDungeon-main
  3. Upload the new zip and deploy
  4. Up and running :)

Development Instructions

  1. git clone https://github.com/TommyDong1998/MultiplayerDungeon
  2. cd MultiplayerDungeon
  3. npm install
  4. make changes
  5. npm build && npm run start
  6. open http://localhost:8080 or http://localhost: environment port

Repeat steps 4-6 when developing

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors