"What's the score?" is a simple Garmin Connect-IQ app designed for the Forerunner 230 (should work with other devices but only tested against the Forerunner 230).
Tracks the score of a two team game. Primarily developed for Football, pressing the up key will increase the score by 1 for Team 1 while pressing the down key will increase the score by 1 for Team 2. Pressing the "Enter" button will undo the last score.
https://developer.garmin.com/connect-iq/programmers-guide/getting-started/ https://github.com/dennybiasiolli/garmin-connect-iq
Create PRG file
monkeyc -o dist/WHATS-THE-SCORE.PRG -f monkey.jungle -y developer_key
Create IQ file
monkeyc -e -o whats-the-score.iq -f monkey.jungle -y developer_key