JS Game Server

Sandboxed JavaScript Game Server

View project onGitHub

The game server for the js13kGames Competition.


You can help! Test it.

Deploy

$ git clone https://github.com/js13kGames/js-game-server.git
$ cd js-game-server
$ npm install
$ npm test

Runing

$ cd /path/to/js-game-server
$  npm start

You also need to configure it to find your games dir.

Contributing

Clone, code, push and request a merge.

Wee need automated tests!