A tech demo inspired by Osmos. For more information read the article here: http://smus.com/multiplayer-html5-games-with-node
- Install Node
- Run
npm install socket.io
- Run
node server/server.js
- Open client/index.html - for example on Mac
open client/index.html
- Profit
Osmus has been tested on Chrome 13 as well as iPads on iOS 4+.
- Known issues in Firefox 5+ (you can still observe)
- Switch to require.js in browser and separate game.js into components
- Resizing viewports
- Support binary sockets
- Compress network format
- Multiple rooms