A professional web application for tracking scores in domino games. Perfect for keeping track of points and managing game settings in real-time.
- Real-time score tracking for two teams
- Customizable team names
- Multiple game modes (200, 300, 400, or 500 points)
- Score history with round-by-round breakdown
- Victory sound effects
- Special sound effect for zero-point rounds
- Bilingual support (English/Spanish)
- Responsive design for all devices
- Easy-to-use interface
- HTML5
- CSS3
- JavaScript (Vanilla)
- Bootstrap 4.5.2
- Local Storage for settings persistence
dominoscoretracker/
├── assets/
│ ├── audio/
│ │ ├── victory.mp3
│ │ └── goat.mp3
│ └── images/
│ ├── img1.png
│ ├── img2.png
│ └── ...
├── css/
├── js/
├── index.html
├── settings.html
└── README.md
- Clone the repository
- Place the project in your web server directory
- Open
index.htmlin your browser - Configure your game settings and start playing!
- Set up team names and game preferences in the settings page
- Enter points for each team after every round
- Track the running total and history of points
- The game automatically detects when a team wins
- Use the "Nuevo" button to start a new game
Feel free to fork this project and submit pull requests with improvements.
This project is open source and available under the MIT License.