Games Of All Time From Metacritic
List of games with user ratings, description, developer name, etc.
@kaggle.xcherry_games_of_all_time_from_metacritic
List of games with user ratings, description, developer name, etc.
@kaggle.xcherry_games_of_all_time_from_metacritic
The list includes all games from: https://www.metacritic.com/browse/games/score/metascore/all/all/filtered with:
CREATE TABLE games_of_all_time (
"game_name" VARCHAR,
"meta_score" DOUBLE,
"user_score" DOUBLE,
"platform" VARCHAR,
"description" VARCHAR,
"url" VARCHAR,
"developer" VARCHAR,
"genre" VARCHAR,
"type" VARCHAR,
"rating" VARCHAR
);Anyone who has the link will be able to view this.