This program utilizes multiple threads to assign players to a limited number of dungeons.
- Double click on the provided
.slnfile and open the project in Visual Studio. - Build the project by clicking Build → Build Solution.
- Run the executable by clicking Debug → Start Debugging.
- Enter the desired parameters in config file.
- Open
config.txtfile to input the desired dungeon instance, number of tanks, healers, and DPS, and minimum and maximum dungeon run time.- Current configuration is
10dungeons,100each of tanks, healers, and DPS,1minimum time, and15maximum time.
- Current configuration is
- Open
- Make sure that Visual Studio is in
x64 Debugmode andISO C++20 Standard (/std:c++20)is being used.