Tournament Brackets
Budget: $250 – $750 USD
Write a program in ASP.NET in either C# or vb.net to create tournament brackets. We need to following features.
1) Input the names and select tournament format (single or double elimination). Single elimination needs to limit up to 128 teams and double elimination needs to limit up to 64 teams.
2) Once the number of teams is entered a bracket is created (single or double elimination).
3) Allow games to be dropped and dragged so that teams can be switched to different brackets.
4) Game numbers should be shown.
5) Enter the score for each team and the team with the highest score auto advances to the next game.
6) Scores should be shown on the brackets once entered.
Enter the number of teams playing, select the type of bracket needed (single or double elimination) create a bracket. Allow teams to to be moved around the brackets. As games are played I want to enter the scores and the winner is automatically moved to the next game based on the score's entry.
Game numbers and scores should be viewable on the brackets.
For single elimination brackets no more than 128 teams and for double elimination brackets no more than 64 teams.
The brackets for double elimination should be labeled \"Winners Bracket\" and \"Losers Bracket\". Each game should be labeled in the bracket (Game 1 until the last calculated game). Each losing team would go to the field for the game they lost ( the loser in Game 1 goes to the cell labeled L1 and so forth).
Brackets can be viewed at https://www.printyourbrackets.com/
1) Input the names and select tournament format (single or double elimination). Single elimination needs to limit up to 128 teams and double elimination needs to limit up to 64 teams.
2) Once the number of teams is entered a bracket is created (single or double elimination).
3) Allow games to be dropped and dragged so that teams can be switched to different brackets.
4) Game numbers should be shown.
5) Enter the score for each team and the team with the highest score auto advances to the next game.
6) Scores should be shown on the brackets once entered.
Enter the number of teams playing, select the type of bracket needed (single or double elimination) create a bracket. Allow teams to to be moved around the brackets. As games are played I want to enter the scores and the winner is automatically moved to the next game based on the score's entry.
Game numbers and scores should be viewable on the brackets.
For single elimination brackets no more than 128 teams and for double elimination brackets no more than 64 teams.
The brackets for double elimination should be labeled \"Winners Bracket\" and \"Losers Bracket\". Each game should be labeled in the bracket (Game 1 until the last calculated game). Each losing team would go to the field for the game they lost ( the loser in Game 1 goes to the cell labeled L1 and so forth).
Brackets can be viewed at https://www.printyourbrackets.com/