IGN Games Dataset

This dataset contains a collection of game reviews at IGN and is adapted from Reddit User: CDanger (Twitter: @coreyaustinhere), who scraped the data from IGN's website.

Data end point: IGN Game Link

See also

This tutorial gives an introduction to the usage of the IGN data. You can find the complete documentation of the features in the Doxygen documentation of the following classes and functions:

  1. Game [Java] [C++] [Python]
  2. getGameData() [Java] [C++] [Python]

Accessing IGN Games Data: An Example BRIDGES program

The program snippet below illustrates how to access the IGN data.

Java
C++
Python