A SuuntoPlus sports app to track basketball scores directly from your Suunto watch during a game. No more losing track of the score — focus on the game.
Basketball Score lets you track Home and Away team scores in real time during a basketball game. Switch between teams with a tap on the screen, add points with the physical buttons, and review the final scores in the workout summary.
| Watch | Display | Touch | Status |
|---|---|---|---|
| Suunto Vertical 2 | q (466×466) | ✅ | Recommended |
| Suunto Race S | q (466×466) | ✅ | Recommended |
| Suunto Race | q (466×466) | ✅ | Recommended |
| Suunto Race 2 | q (466×466) | ✅ | Recommended |
| Suunto Ocean | q (466×466) | ✅ | Recommended |
| Suunto Vertical (1st gen) | o (280×280) | Compatible | |
| Suunto 9 Peak Pro | n (240×240) | Compatible |
Important: On Suunto watches, the touchscreen is disabled by default during workouts. To use tap-to-switch, enable touch input in your activity settings before starting the workout.
| Button | Action |
|---|---|
| UP short press | +2 points (active team) |
| UP long press | +1 point — free throw (active team) |
| DOWN short press | +3 points (active team) |
| DOWN long press | Cancel last point |
| NEXT long press | Reset all scores |
| Tap screen | Switch active team |
| Gesture | Action |
|---|---|
| Tap on score area | Switch active team (Home ↔ Away) |
Basketball
───────
HOME | AWAY
42 | 38
— ← orange indicator = active team
- The active team label is displayed in orange at the top
- An orange dash appears under the active team's score
- Both scores are always visible
After ending the workout, the following data is saved to your Suunto app:
| Field | Description |
|---|---|
| Home Score | Final score of the home team |
| Away Score | Final score of the away team |
basketball-score/
├── manifest.json # App configuration and outputs
├── main.js # Game logic and score management
└── t.html # Watch UI template
- Clone or download this repository
- Open the folder in VS Code with the SuuntoPlus Extension
- Click Build and Deploy to install on your connected watch
- Start a Basketball workout on your watch
- Swipe to the SuuntoPlus screen and select Basketball Score
- Developed and tested on Suunto Vertical 2
- The app follows Suunto's official SuuntoPlus development guidelines
- If you encounter any issues on other watch models, please open an issue
MIT License — feel free to use, modify and share.