Game Boy Games
Games released for game boy
@kaggle.thedevastator_game_boy_a_comprehensive_list_of_games
Games released for game boy
@kaggle.thedevastator_game_boy_a_comprehensive_list_of_games
How do you determine whether a video game is good or bad? There are many factors to consider, from graphics to gameplay to story. But one of the most important factors is reception – how well the game is received by players and critics.
The Game Boy was one of the most popular handheld gaming consoles of all time, and it had a huge library of games. Some of these games were beloved by fans and critics alike, while others were met with indifference or even outright hostility.
So, what makes a good Game Boy game? And what makes a bad one? This dataset attempts to answer those questions by collecting information on every Game Boy game ever released, including their reception von players and critics
The dataset can be used to examine the successes and failures of individual games or groups of games on the Game Boy platform
- Examining the most and least successful games on the Game Boy platform in terms of sales, reviews, or player engagement.
- Determining which developers or publishers were most successful at releasing quality games on the Game Boy platform.
- Investigating how the release date impacted the success of a Game Boy game in different regions
License
> License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
> No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.
File: df_1.csv
| Column name | Description |
|---|---|
| Title | The title of the Game Boy game. (String) |
| Developer(s) | The developer(s) of the Game Boy game. (String) |
| Publisher(s) | The publisher(s) of the Game Boy game. (String) |
| Release date | The release date of the Game Boy game. (Date) |
| Release date.1 | The release date of the Game Boy game in North America. (Date) |
| Release date.2 | The release date of the Game Boy game in Europe. (Date) |
File: df_4.csv
| Column name | Description |
|---|---|
| Title | The title of the Game Boy game. (String) |
| Developer(s) | The developer(s) of the Game Boy game. (String) |
| Publisher(s) | The publisher(s) of the Game Boy game. (String) |
| Release date | The release date of the Game Boy game. (Date) |
| Region | The region in which the Game Boy game was released. (String) |
File: df_3.csv
| Column name | Description |
|---|---|
| Title | The title of the Game Boy game. (String) |
| Developer(s) | The developer(s) of the Game Boy game. (String) |
| Publisher(s) | The publisher(s) of the Game Boy game. (String) |
| Region | The region in which the Game Boy game was released. (String) |
File: df_2.csv
| Column name | Description |
|---|---|
| Title | The title of the Game Boy game. (String) |
| Developer(s) | The developer(s) of the Game Boy game. (String) |
| Publisher(s) | The publisher(s) of the Game Boy game. (String) |
| Release date | The release date of the Game Boy game. (Date) |
| Release date.1 | The release date of the Game Boy game in North America. (Date) |
| Release date.2 | The release date of the Game Boy game in Europe. (Date) |
File: df_6.csv
File: df_5.csv
CREATE TABLE df_1 (
"unnamed_0" DOUBLE -- Unnamed: 0,
"title" VARCHAR,
"developer_s" VARCHAR -- Developer(s),
"publisher_s" VARCHAR -- Publisher(s),
"release_date" VARCHAR,
"release_date_1" VARCHAR,
"release_date_2" VARCHAR
);CREATE TABLE df_4 (
"unnamed_0" BIGINT -- Unnamed: 0,
"title" VARCHAR,
"developer_s" VARCHAR -- Developer(s),
"publisher_s" VARCHAR -- Publisher(s),
"release_date" BIGINT,
"region" VARCHAR
);CREATE TABLE df_6 (
"unnamed_0" BIGINT -- Unnamed: 0,
"vtevideo_game_lists_by_platform" VARCHAR,
"vtevideo_game_lists_by_platform_1" VARCHAR
);Anyone who has the link will be able to view this.