Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.38 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.38 KB

Random Referee Selector

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.

Installation and Setup

Prerequisites

  • Visual Studio 2019 or later
  • A C compiler compatible with Visual Studio (typically MSVC)

Getting Started

  1. Clone the repository to your local machine: git clone https://github.com/YoLongChayun/Random-Referee-Selector.git
  2. Open the Random Referee Selector.sln file with Visual Studio.
  3. Build and run the program by pressing F5 or via the Build > Build Solution and Debug > Start Debugging menu options.

Usage

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.

Contributing

Your contributions are welcome! If you have improvement suggestions or feature requests, feel free to submit them via Issues or Pull Requests on GitHub.

License

This project is licensed under the MIT License - see the LICENSE file for details.

中文版