AxlLind / Strive

Infinite jumper mobile game created in Unity.
6 stars 1 forks source link

High score fixes #55

Closed AxlLind closed 7 years ago

AxlLind commented 7 years ago

Fixes issues described in #40 and #53.

Fixes #40 by checking for internet connecting before trying to access the database. Does this by pinging google.com and waits for response.

Fixes #53 by not allowing users to send in a high score if the input field is empty.