Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.46 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.46 KB

COP3530 - Project 3 - Group #43

IGN (Imagine Games Network) is one of the most widely read news and game review sites in the industry, with many people relying on their reviews to choose video games to play. However, the quality of these critiques varies significantly from year to year and reviewer to reviewer. So the problem we are trying to solve is how can we identify the top-reviewed games in their catalog? Our intent is to examine the review data from IGN and develop a system that lets users search and filter reviews according to different criteria, ultimately identifying the top-rated games.

Code Features

How to Use the Code

Getting Started

Compile the program and input your choice of 1-6

Menu:

  1. Search for a game and display its information
  2. Search for games by genre
  3. Search for games by platform
  4. List all available platforms
  5. Display top 10 games by platform
  6. Exit
  • Option 1, the information provided will be Title, Platform Type, Rating and Genres
  • Option 2, provides all the games from that genre
  • Option 3, provides all the games from that platfrom
  • Option 4, provides a list of all available platforms to choose from
  • Option 5, provides a list of all 10 games with the highest ratings in specified platform
  • Option 6, exits the program