The logic in the App is mainly to reduce the possibility of getting the score wrong. So, for example, if you start scoring on one side (Up say for your score) you can’t then add anything to the other (Down – score for your competitor) or vice-versa.
The App starts with a menu offering Singles or Doubles i.e. Each player has 2 bowls per END, this is to limit the maximum score each END. AS can be seen on the picture, there is a Red cross ‘X’ on the bottom LHS of screen for resetting the latest score in case of you starting to score incorrectly. There is a Green button with an “END” label next to it which causes the score to be recorded and displays the END count, so starts from 1 (i.e. end 1 is being played). It is important to note that the END score reflects the END currently being played. If The green button is clicked without any scores being added it records a dead-end and increments the end count, checks whether that was an intentional click, and pops up a toast showing “This is a Dead END”.
The actual scoring on the Scoring Screen, UP or Down is achieved by clicking the large Score digits. The Winning score is 21, when a screen shows the winner and offers the options to play again or end the scoring by Exiting the App.
A proper exit of the program can be made with a ‘long-press’ of the screen for 3 seconds – this is available most places in the running App – so this will close the App and tidy up.
END Editing: There is a blue unmarked button at the very bottom of the Watch screen which accesses the game History – i.e. you can view the past ENDs. If you click the blue button on the RHS of each END, you can select that END for editing. The editing can be to correct the END score, or to completely replace that END with a forgotten, or missed END – thus correcting ALL the END numbers and the Final score.
NOTES ON DEVELOPMENT. Developed on Android Studio Ladybug Feature Drop | 2024.2.2 Build #AI-242.23726.103.2422.12816248, built on December 18, 2024 Runtime version: 21.0.4+-12508038-b607.1 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Toolkit: sun.awt.windows.WToolkit
Android studio is running on a Windows 10 x64 PC Java is JDK-17 set in the File>Project Structure>Modules under ‘Source Compatibility’ and ‘Target Compatibility’ boxes The target is a Samsung Watch 5, with Wear OS
For anyone who has a compatible Smart Watch they can log into the GitHub repository here URL: https://github.com/mccgregory/BowlsScorer
FINAL THINGS I SHOULD ADD a. tidy up the Editing Screen – aesthetics background colour. b. Remove the screen swapping so the Min Scoring Screen is visible to adjust scores directly, not through an END Scoring Screen. c. Checkout anomaly with disabling swipe-right Swipe-right UPDATE: I tested the code and swiped-right – it asked me to confirm or cancel. I cancelled, and carried on testing successfully. Then I cancelled again, this time it exited straightaway – no safety net! I ran the App again, right-swiped after entering some scores – EXITED IMMEDIATELY! Uggh!