Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/borismus/osmus
Multiplayer HTML5 Osmos
https://github.com/borismus/osmus
Last synced: 9 days ago
JSON representation
Multiplayer HTML5 Osmos
- Host: GitHub
- URL: https://github.com/borismus/osmus
- Owner: borismus
- Created: 2011-08-02T23:49:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T05:10:12.000Z (over 8 years ago)
- Last Synced: 2024-08-01T12:18:53.277Z (3 months ago)
- Language: JavaScript
- Homepage: http://smus.com/multiplayer-html5-games-with-node
- Size: 4.44 MB
- Stars: 401
- Watchers: 29
- Forks: 154
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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