Skip to content

Repository files navigation

Dungeon matchmaker Project

Overview

This project implements a multithreaded dungeon matchmaker using C++.

🛠 Compilation Instructions

🔹 Using GCC (g++)

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 -pthread

Running the program

After compilation, run the program in a terminal or ide using:

matchmaker.exe 

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages