Skip to content
This repository has been archived by the owner on Jun 1, 2019. It is now read-only.

prateekkumarweb/apvquiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apvquiz

A Multiplayer Multithreaded Quizzing Application

APV Quiz is a quizzing application. Mulitple players connect to each other and quiz amongst themselves. Everyone gets the same set of questions and their scores are calculated based on the number of questions answered correctly and the time taken to answer them.

The application uses a server-client model, where all the players connect to a server, who can also be a client and play. This repository consists of the server side of the application written in GoLang.

This repository is to be used in conjunction with apvquiz-client which contains the code for the client side.