lance-gg / lance

Multiplayer game server based on Node.JS
https://lance-gg.github.io/
Apache License 2.0
1.58k stars 168 forks source link

allow game to stop + give game over result #91

Closed wighawag closed 6 years ago

wighawag commented 6 years ago

start now return a promise that resolve on player's game over It reject on connection errors We can also now specify a serverUrl for the socket server

wighawag commented 6 years ago

use a branch a oposed to master in my repo

wighawag commented 6 years ago

See : https://github.com/lance-gg/lance/pull/93