jfd / wpilot

A "proof-of-concept" remake of the famous XPilot game, this time in a web browser near you
http://jfd.github.com/wpilot/
MIT License
164 stars 43 forks source link

all servers down #17

Closed jancborchardt closed 12 years ago

jancborchardt commented 12 years ago

All the game servers appear to be down. It would be cool if there would be at least one server for playing & demo purposes.

jfd commented 12 years ago

The server that is online is not supporting the new WebSocket protocol. I think that Safari still using the old protocol, you could try with that.

neuhaus commented 12 years ago

I think using ws (https://npmjs.org/package/ws) might be the best option. OTOH, websocket seems to have matured and is no longer a quick moving target.

jfd commented 12 years ago

The new WebSocket interface is Implemented in ce89233d8fd4c995f138a035076af0784ce502b2 Will take some time to update the online-servers though

neuhaus commented 12 years ago

I updated my server (pax) but I can only join successfully by going to http://pax.mosquito.net:8000/ and not from the wpilot homepage. When using the client from the wpilot homepage the login hangs at "Initializing game...".

Perhaps you forgot to update http://jfd.github.com/wpilot/client.html ?

jfd commented 12 years ago

@neuhaus the client is updated now.

neuhaus commented 12 years ago

Great, thanks!