EmilZach / Sentence-Crusher

A Python game for crushing sentences.
0 stars 1 forks source link

Web server connection check during game initialisation #23

Open raglew opened 8 years ago

raglew commented 8 years ago

If data storage is moved entirely to the server, we need to perform a connection check during the game initilisation. (If there is connection) message to player = 'Web server is connected. Check out game rankings at http://hostname' (else) message to player = 'No connection to web server. Scores will not be recorded.'

Arxcis commented 8 years ago

I have sort of figured this out, but I am not satisfied yet. Feel free to polish my solution, or throw it out the window and implement your own ;)