The Random Referee Selector is a straightforward C program designed for quickly and fairly selecting referees from a candidate pool. Perfect for sports and competitions, it supports customizable selections through an efficient randomization process. Developed with Visual Studio, this project is easily accessible for those familiar with Visual Studio to clone, open, and run without additional setup.
- Visual Studio 2019 or later
- A C compiler compatible with Visual Studio (typically MSVC)
- Clone the repository to your local machine: git clone https://github.com/YoLongChayun/Random-Referee-Selector.git
- Open the
Random Referee Selector.sln
file with Visual Studio. - Build and run the program by pressing
F5
or via theBuild > Build Solution
andDebug > Start Debugging
menu options.
After compiling, follow the on-screen prompts in the Visual Studio output console to input the total number of participants and the number of referees required. To exit, enter 0 when prompted.
Your contributions are welcome! If you have improvement suggestions or feature requests, feel free to submit them via Issues or Pull Requests on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details.