Skip to content

Commit

Permalink
Roboyard Android Version 6.0
Browse files Browse the repository at this point in the history
- show solution as the 2nd to 5th hint
- added Sound on/off in Game settings
- persistently store Settings
- remove (slower) BFS Solver algorithm
- fix bug, that was extra autosaving when starting a new level
  • Loading branch information
rubo77 committed May 24, 2019
1 parent d9cad3f commit 6a7fea3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ CHANGELOG

These are all relevant changes since Version 1.0:

### Version 6.0

- show solution as the 2nd to 5th hint
- added Sound on/off in Game settings
- persistently store Settings
- remove (slower) BFS Solver algorithm
- fix bug, that was extra autosaving when starting a new level

### Version 5.4

- added more tolerance to touch a robot
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "de.z11.roboyard"
minSdkVersion 15
targetSdkVersion 21
versionCode 19
versionName "5.4"
versionCode 20
versionName "6.0"
}
buildTypes {
release {
Expand Down
File renamed without changes
Binary file not shown.

0 comments on commit 6a7fea3

Please sign in to comment.