Skip to content

Version 2.0.1

Latest
Compare
Choose a tag to compare
@jeremysrand jeremysrand released this 09 Jul 02:29
· 13 commits to master since this release

This release addresses a bug with certain network failures. The game was treating a failure to bring the interface up as a "soft error" that can be fixed by a retry. That could lead to constant prompts to retry a failed upload of a high score. The game did have a concept of soft and hard network errors and an interface problem should have been treated as a hard error. This release fixes that problem.

It also improves the message that comes up if a score upload fails to be more clear about what is happening.