A mobile-first web app for tracking scores during board games, card games, and party games.
- Add/remove players with customizable colors
- Tap +/- to adjust scores, hold for rapid increment
- Swipe left to delete, swipe right to edit
- Drag to reorder players
- Sort by score with one tap
- Undo support (button or shake your device)
- Sound effects and haptic feedback
- Works offline as a PWA
- No account required - data stays on your device
Vanilla HTML/CSS/JavaScript with no dependencies. ~1,200 lines of JS, ~760 lines of CSS.
# Just open index.html in a browser, or serve locally:
python -m http.server 8000 --directory docsFiles are in /docs for GitHub Pages hosting.
MIT