Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sri/scoreboard
A basketball scoreboard for my little one
https://github.com/sri/scoreboard
Last synced: 2 days ago
JSON representation
A basketball scoreboard for my little one
- Host: GitHub
- URL: https://github.com/sri/scoreboard
- Owner: sri
- License: apache-2.0
- Created: 2020-10-25T02:19:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T04:19:58.000Z (3 months ago)
- Last Synced: 2024-07-27T05:24:25.116Z (3 months ago)
- Language: HTML
- Size: 23.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scoreboard
A basketball scoreboard for my little one.See it in action: https://sri.github.io/scoreboard/index.html
# Features
- displays a game clock and a shot clock
- display scores for two teams
- shot clock will reset to 24 when someone scores
- clocks will pause at the end of quarters and overtime
- overtime starts automatically when at the end of a game, score is tied
(if you hit a buzzer beater, and then after the end of the game, the score
is tied, unpause the clock to start overtime)
- allows for team selection (click/touch team name)
- buzzer sound at the end of periods
- click on quarter to advance to next quarter- TODO: use localstorage to save state; allow selecting mins per quarter
# Usage
- touch the team name to select different teams
- touch the clock to start/pause it
- touching on a team's score increments it by one# Testing
- tested on Pixelbook (latest Chrome) & iPad (latest Safari)# Tech
Everything is in a single HTML file. Uses ES6 (classes). Uses font from Google & the Bulma CSS framework.