Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 257 Bytes

File metadata and controls

12 lines (8 loc) · 257 Bytes

nodegame

simply testing node.js server and HTML5 Canvas to create MMO RPG game

start the game

  • In folder on command line run npm start
  • in browser open url http://127.0.0.1:8080/
  • Play!

if you use Docker

  • simply run docker-compose up