Professional Progressive Web App for boardgame timing with dual modes, custom settings, and native mobile experience.
- Mode 1: Track total time per player (unlimited)
- Mode 2: Dual countdown timers (turn + round timing)
- Custom Templates: Quick/Standard/Long/Custom timing
- Overtime Detection: Visual and audio alerts
- 2-8 Players with unique names and colors
- Dynamic Add/Remove players during setup
- Color Validation prevents duplicates
- Touch-Optimized interface for mobile
- Install as Native App on mobile and desktop
- Works Completely Offline after installation
- Screen Wake Lock prevents sleep during games
- Full Screen Mode when launched from home screen
- Dark/Light Themes with system preference detection
- Sound Effects for turn changes and game events
- Haptic Feedback (vibration) on mobile devices
- Smooth Animations and micro-interactions
- Professional Typography with Inter font
- Auto-Save game state every second
- Resume Interrupted Games after browser refresh
- Local Storage for offline data persistence
- No Data Loss during unexpected interruptions
# Clone repository
git clone https://github.com/kuettai/boardgame-timer.git
cd boardgame-timer
# Start server
python simple-server.py
# Open browser
open http://localhost:8000# Using Python 3
python -m http.server 8000 --directory frontend
# Using Node.js (if you have it)
npx serve frontend
# Using PHP
php -S localhost:8000 -t frontend- Open the app in Safari (iOS) or Chrome (Android)
- Tap "Add to Home Screen" or look for install prompt
- Launch from home screen for full native experience
- Select Mode 2 โ Quick Template
- Perfect for speed games like Azul or Splendor
- Select Mode 2 โ Standard Template
- Great for Wingspan, Scythe, or Terraforming Mars
- Select Mode 2 โ Custom Timers
- Set exact timing requirements
- Professional tournament-ready precision
- Select Mode 1
- Simple time tracking without pressure
- Perfect for learning new games
boardgame-timer/
โโโ frontend/
โ โโโ index.html # Main app structure
โ โโโ css/
โ โ โโโ main.css # Base styles + responsive
โ โ โโโ setup.css # Player setup styles
โ โ โโโ animations.css # Visual effects
โ โ โโโ themes.css # Dark/light themes
โ โ โโโ polish.css # Advanced visual polish
โ โโโ js/
โ โ โโโ app.js # Main app + PWA controls
โ โ โโโ player-setup.js # Player management
โ โ โโโ timer-engine.js # Core timer logic
โ โ โโโ countdown-timer.js # Mode 2 implementation
โ โ โโโ game-timer.js # UI management
โ โ โโโ ui-effects.js # Visual animations
โ โ โโโ storage-manager.js # Local persistence
โ โ โโโ wake-lock.js # Screen wake lock
โ โ โโโ theme-manager.js # Theme system
โ โ โโโ sound-manager.js # Audio feedback
โ โ โโโ haptic-manager.js # Vibration feedback
โ โโโ assets/ # App icons
โ โโโ manifest.json # PWA manifest
โ โโโ sw.js # Service worker
โโโ simple-server.py # Python development server
โโโ FINAL_CHECKPOINT.md # Complete development log
โโโ README.md # This file
- 200ms Timer Precision for smooth display updates
- GPU-Accelerated Animations running at 60fps
- Efficient Service Worker caching for instant loading
- Optimized Bundle Size with no external dependencies
- โ Chrome/Edge (desktop & mobile)
- โ Firefox (desktop & mobile)
- โ Safari (desktop & mobile)
- โ PWA Support on iOS and Android
- โ Responsive Design (320px to 4K displays)
- WCAG 2.1 Compliant color contrast
- Keyboard Navigation support
- Screen Reader friendly
- Touch Target minimum 44px for mobile
- Focus Management for better UX
- Dual timer modes with custom settings
- PWA with offline support and installation
- Dark/light themes with system detection
- Sound effects and haptic feedback
- Advanced UI polish and animations
- Local data persistence and recovery
- Game Statistics & History - Track performance over time
- Template Library - Presets for popular boardgames
- Cloud Sync - Multi-device synchronization
- Template Sharing - Community template exchange
Contributions are welcome! Please read FINAL_CHECKPOINT.md for development context and current status.
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly on mobile and desktop
- Submit a pull request
MIT License - feel free to use this for your boardgame sessions!
- Board Game Cafes - Professional timing solution
- Tournament Organizers - Reliable and customizable
- Game Groups - Easy setup and mobile-friendly
- Solo Gamers - Track your improvement over time
- Game Designers - Playtest timing analysis
Built with โค๏ธ for the boardgaming community
Transform your boardgame sessions with professional timing that works anywhere, anytime.