Skip to content

Proof-of-concept strategy for packaging, distributing & hosting multiplayer web games as npm packages

License

Notifications You must be signed in to change notification settings

psema4/dimension-n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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

About

Proof-of-concept strategy for packaging, distributing & hosting multiplayer web games as npm packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published