TourneyBoard is a general tournament scoreboard application designed for managing tournament brackets. It provides a user-friendly interface for setting up tournaments, managing players, and advancing winners through the rounds.
- Generate tournament brackets dynamically based on the number of players.
- Drag-and-drop functionality for moving players between matches and rounds.
- Automatic adjustment of bracket lines based on player presence.
- Ability to click on brackets to advance winners to the next round.
To use TourneyBoard, simply follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/alejxung/TourneyBoard.git
-
Navigate to the project directory:
cd TourneyBoard
-
Open the
index.html
file in your web browser. -
Customize the tournament settings by selecting the number of matches and players.
- Set Number of Matches: Choose the desired number of matches for the tournament from the dropdown menu.
- Set Number of Players: Enter the number of players participating in the tournament and click the "Set Number of Players" button.
- Import Players: Optionally import a list of players.
- Drag and Drop: Drag players from the player list onto the tournament brackets to assign them to matches.
- Advance Winners: Click on a bracket to advance the winning player(s) to the next round.
If you encounter any issues or have suggestions for improvements, please feel free to create an issue on the GitHub repository.
This project is licensed under the MIT License.