Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction to Wireless and Mobile Systems

Authors: Dharma P. Agrawal, Qing An Zeng

4th edition

1305087135, 978-1305087132, 9781305259621, 1305259629, 9781305537910 , 978-130508713

More Books

Students also viewed these Programming questions

Question

Module 2 - Project: Asymmetric Key Encryption Submission

Answered: 1 week ago

Question

Explain the regulation of the secretions of the small intestine.

Answered: 1 week ago