Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 228 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 228 Bytes

SocketQuizGame

A simple Client/Server quiz game
1- g++ -std=c++17 server.cpp -o server
2- g++ -std=c++17 client.cpp -o client
3- Run the server (./server)
4- Run the client (./client)
5- Enjoy :)