To compile the project using GCC, run the following command in your terminal:
g++ -fdiagnostics-color=always -g main.cpp threadpool.cpp party.cpp matchmaker.cpp dungeon.cpp -o matchmaker.exe -pthreadAfter compilation, run the program in a terminal or ide using:
matchmaker.exe