# Scrimmage Score Tracker (Download Link at the bottom)


**What is it?**

A standalone, offline tool for managing robotics scrimmages or sports tournaments. It handles schedule generation, score tracking, and live team rankings in a single webpage. The download link is a single HTML file. The code can not run on the Google site directly, as the auto-save of the local score file is not possible via the Google Site.


**Key Features:**

*   **Fair Scheduling**: Automatically generates Round Robin-style matches with breaks.

*   **Live Rankings**: Updates team standings instantly as scores are entered.

*   **Auto-Save**: Automatically saves your progress to your local disk (preventing data loss).

*   **Offline Ready**: Runs entirely in your browser—no internet required.


## 🚀 How to Use


1.  **Download**: Click the download link/button to save `ScrimmageManager.html` to your computer.

2.  **Open**: Double-click the file to open it in **Google Chrome** preferred.

3.  **Setup**:

    *   Enter your score sheet name.

    *   Set the number of Teams, Team Names, and Matches per Team.

    *   Click **Create Score Tracker**.

4.  **Enable Auto-Save**:

    *   In the left panel, click the blue **"💾 Auto-Save Setup"** button.

    *   Select where to save your `.json` data file.

    *   The tool will now save automatically every time you update a score.

Download Link