shooter-html5 icon indicating copy to clipboard operation
shooter-html5 copied to clipboard

HTML5 client for a shooter game.

Results 5 shooter-html5 issues
Sort by recently updated
recently updated
newest added

How can I remove the ai?

We should fix the way we appear in google search: ![screenshot from 2014-05-15 08 26 12](https://cloud.githubusercontent.com/assets/385670/2984652/869ce394-dc34-11e3-92dc-4c6edfbba2de.png)

`shooter.io/ws` is hardcoded in `main.js`: ``` javascript var WEBSOCKET_SERVICE = 'ws://shooter.io/w/'; ``` Now that the server is open source, we need a setting to control which host are we connecting...

The UI is just a temporary solution, it's basically a programmer's design. It sucks. You may help it make it better without making it more complex. The only missing thing...

enhancement

The jQuery library was used to speed up development, but this is a tiny application, so we don't really need jQuery.

enhancement