SmartZoos / Toolset

Gaming platform for SmartZoos project
MIT License
0 stars 1 forks source link

Explain lost GPS contact #102

Closed kaimikael closed 7 years ago

kaimikael commented 7 years ago

As a player I need to understand that GPS contact is lost. If GPS contact is lost, the self marker disappears, but this is not explained within the game. There should be an explanation that “Navigation is lost”.

pjotrsavitski commented 7 years ago

Have not had that once yet.

Should the game show some kind on screen with that or would it be sufficient to show an alert message?

kaimikael commented 7 years ago

We had quite a few GPS dropouts during our recent outing at Skansen, so it is a concern. Ideally the warning should be graphics integrated on top of the game map that turns on when needed and disappears when signal returns – we don't want to break focus for the player. @PatriciaMoller, suggestion for a nice design? I don't quite like the banner they use in Pokémon Go, but if we can't come up with anything better, something of that ilk.

pjotrsavitski commented 7 years ago

I will get into that one quickly. I think that something like that would be good enough. Most of the apps I've used had something similar that caught the attention.

Lost GPS signal is a major issue in the gameplay. If proximity check is enabled (and that would mostly be so), then the questions could not be answered once the signal has been lost.

I will also try to investigate the loss of player spot marker on GPS issues. This should not be happening. The player marker could just freeze on the same spot, not disappear. That would be a big issue as certain features of the game require it to be present.

Made this one a high priority.