Update README.md

pull/3467/head
jeonlab 2024-06-21 13:13:15 -04:00 committed by GitHub
parent 6c07a124d4
commit 596f4c7947
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -14,7 +14,8 @@ Now that I have a Bangle.js 2 watch, I wanted to port my program to it for golfi
- Number of shots on current hole - Number of shots on current hole
- Total number of shots - Total number of shots
- Clock - Clock
![](playScreen.png)
![](playScreen.png)
- How to change holes and add/subtract shots - How to change holes and add/subtract shots
- Swipe left/right to change the hole to next/previous (you can move to any hole to update your shots in case you entered wrong number of shots by mistake) - Swipe left/right to change the hole to next/previous (you can move to any hole to update your shots in case you entered wrong number of shots by mistake)
- Swip up/down to add/subtract the number of shots. This will update the total number of shots as well as current shots. - Swip up/down to add/subtract the number of shots. This will update the total number of shots as well as current shots.
@ -24,9 +25,13 @@ Now that I have a Bangle.js 2 watch, I wanted to port my program to it for golfi
## Screenshots ## Screenshots
![](startUp.png)
![](fixGPS.png)
![](par3.png) ![](par3.png)
![](par4.png) ![](par4.png)
![](par5.png) ![](par5.png)
![](finishGame.png)
![](scoreView.png)
## Creator ## Creator