Skip to content

rtruong3775/Project3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 69.9%
  • C++ 29.3%
  • Other 0.8%