js-game-server
js-game-server copied to clipboard
Sandboxed JavaScript Game Server **(moved!)**
…rg/licenses/AGPL-3.0.html
That must to work sooner as possible!
modules: - [x] `config` - [x] `logger` - [ ] `sandboxer` - [ ] :heavy_exclamation_mark: test cases about game [crash detection](https://github.com/aurium/js-game-server/commit/9995d66a175c64cede1667cd7749ca55c5b8f7f8#commitcomment-7335357) and restarting shims: - [ ] `io` - [...
http://www.html5gamedevs.com/topic/7767-js13kgames-competition-2014/page-3#entry48410 The main page on port 80 may list the games and connected players. A chat-room is also needed for this feature.
Commands: ``` bash $ sandboxer ls $ sandboxer verify $ sandboxer install $ sandboxer uninstall $ sandboxer start ```
_"Sandboxed Javascript Game Server"_ is sooo big! _"JS Game Server"_ is sooo generic... Must we use an Acronym? - **SJGS** -- funless(?) and unspeakable - **Sajagas** -- fun and memorable?...
- How to write the code; - What they have in the main context; - The restriction rules; - How to run the game; - Tips?