Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 523 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 523 Bytes

EZPZ TinyMMO

HTML5 Javascript canvas client-server game with a persistant world backent using NodeJS

NodeJS express express-ejs-layouts linvodb3 EZPZ + CastEngine

Pre-installation: Have NodeJS v12.6.0 installed Have NPM 6.9.2 installed Have git available from command line

Installation: From root folder run $> npm install

Configuration: edit SERVER_PORT in app.js edit SHARED_SECRET in app.js

To Run Server: $> node --experimental-modules ./server/app.js

Connect: Open browser to localhost: