Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/borismus/osmus

Multiplayer HTML5 Osmos
https://github.com/borismus/osmus

Last synced: 9 days ago
JSON representation

Multiplayer HTML5 Osmos

Awesome Lists containing this project

README

        

# Multiplayer HTML5 Osmos

A tech demo inspired by Osmos. For more information read the article here: http://smus.com/multiplayer-html5-games-with-node

# Running

* 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

# Compatibility

Osmus has been tested on Chrome 13 as well as iPads on iOS 4+.

* Known issues in Firefox 5+ (you can still observe)

# TODO

* Switch to require.js in browser and separate game.js into components
* Resizing viewports
* Support binary sockets
* Compress network format
* Multiple rooms