Video Games List
This is a list of Video Games made for windows
@kaggle.amoghrrao2_video_games_list
This is a list of Video Games made for windows
@kaggle.amoghrrao2_video_games_list
This is a list of games made for windows from 1983 to 2021. This dataset can be used for recommendation systems, The dataset has the title of the Game, year of release, developers/game studio, publishers, and genres.
CREATE TABLE windows_games_list (
"titles" VARCHAR,
"released" VARCHAR,
"developers" VARCHAR,
"publishers" VARCHAR,
"genres" VARCHAR
);Anyone who has the link will be able to view this.