Allows individuals to generate random team matchups for tournaments. Teams generated will all have the same number of players (N x N matchups).
To run this program from the command line:
- Open your command prompt in Windows.
- Type cd [insert directory where TeamGenerator.exe is located here]
- Type TeamGenerator.exe
- Optional: Type -p [player-file] to specify the file with all players. Defaults to "players.txt"
- Optional: Type -c [count] to specify players on each team. Defaults to 2.
- Hit "Enter." The program will tell you where you can find the generated teams.
- Add more shuffling algorithms, to give users some variety.
- Make the application more robust.
- Make it more user friendly.
- Requires Windows XP or later.
- Requires VS2010 to build
- Requires .NET 3.5 Client Profile to build and run