Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 767 Bytes

File metadata and controls

19 lines (13 loc) · 767 Bytes

Mmorpg

To start the Phoenix server:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

To see multiplayer in action, open an incognito browser and navigate to localhost:4000. Then you can join the existing game, and see both players moving independently of each other

Learn more