Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.25 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.25 KB

Dimension-N

About

Dimension-N is a proof-of-concept strategy for packaging, distributing & hosting multiplayer web games as npm packages.

"Alpha" is currently the only available game module for Dimension-N; while not a "playable" demo, it does demonstrate how to interface with the Dimension-N server and integrate with the auto-generated game website.

Dimension-N is inspired in-part by Pine, and is a Node Knockout 2016 entry.

Running Locally

git clone [email protected]:rumblex/nodeknockout2016-dimension-n.git # or clone your own fork
cd nodeknockout2016-dimension-n
npm install
npm start

Your app should now be running on localhost:5000.

Libraries & Tools Summary

  • Bootstrap
  • jQuery
  • Socket.io
  • Browserify
  • CSSify
  • Uglify

See package.json for full details

Todo

  • Sessions still need some work; players can't yet change their player name
  • Documentation

Credits & Attributions