Question
In C++ Create a Game class to store all the information from game.csv and scoring.csv. (Assume there is only one set of score for each
In C++ Create a Game class to store all the information from game.csv and scoring.csv. (Assume there is only one set of score for each game.) Do NOT create a variable within the class to store the overall score. You must create a function within the class to calculate the results. For the first deliverable, please average out the scores. For example, if a game scored 8 (gameplay), 8 (graphics), and 7(storyline); then the overall score will be 7.67. Team member 1 must also create a linked list to manage all of the video games. (Hint: You will need to create a container class to store each of the video game and link them together). Finally, create the main function to call ReadGameInfo() and ReadScore() in that same order.
game.csv:
Name,Genre,Console
The Oregon Trail,Action,Sony PlayStation 2 (PS2)
Hunt the Wumpus,Action,Bandai Wonderswan Color
Pong,Action,Nintendo Game Boy Advance
Breakout,Action,Nintendo GameCube
Space Invaders,Action,Microsoft Xbox
Adventure,Action,GamePark GP32
Asteroids,Action,Panasonic Q
Battlezone,Action,Bandai SwanCrystal
Defender,Action,Nintendo Game Boy Advance SP
Pac-Man,Action,Nokia N-Gage
Zork,Action,Nintendo iQue
Castle Wolfenstein,Action,Sony PSX
Centipede,Action,Nintendo DS
Donkey Kong,Action,Sony PlayStation Portable (PSP)
Frogger,Action,Game Boy Micro
Galaga,Action,Gizmondo
Tempest,Action,Gamepark GP2X
Wizardry: Proving Grounds of the Mad Overlord,Action,Microsoft Xbox 360
Joust,Action,Nintendo Wii
Pitfall!,Action,Sony PlayStation 3 (PS3)
King
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started