This project implements a multiplayer online quiz system similar to Kahoot. Each game session supports up to four players, and multiple sessions can run concurrently. Users can also upload their own question sets.
Move the Kahoot folder into the root directory of unpv13e.
The project requires SFML (Simple and Fast Multimedia Library) for the graphical interface. Follow the steps below to install SFML:
sudo apt update
sudo apt install libsfml-devbrew install sfmlNavigate to the Kahoot folder and run:
cd unpv13e/Kahoot
make./server./client_guiBelow is the sequence diagram illustrating the workflow of this project:
