25 to 4

This project was created for EE 205 the second course for Object-Oriented Programming using C++. The game has four categories which each contain 25 questions and allows up to four players. After choosing a category, the game randomizes the answers and selects the first player to type in thei answer within a certain time. The game goes through the players in order until all the questions are answered and shows player scores at the end of the game.

For this project I created the user and info classes/header files. The user class held constructors so different players could be created and have their information initialized and edited. The info class held constructors to keep track of the scores of all the players and functions to edit Scores. Source: EE205/tree/master/Project

Below was a default background image for our quiz. It contained a section for the question text, a section for each category, a scoreboard for each player, and an area to enter the player’s answer. A popular theme for final projects was adding the Professor’s face.