Wolfinbarger / game-recommender

A full-stack web app that helps you discover awesome games to play with your friends or solo.
0 stars 0 forks source link

Investigate Games with No Platforms #32

Open FreakyNobleGas opened 9 months ago

FreakyNobleGas commented 9 months ago

In the Gamespot dataset, there are some games that have no assigned platforms. I don't believe this is a bug in our logic, but rather that the dataset doesn't have a complete list of platforms for all of it's games.

Here is an example, (note that game is "Cloud Version") { "id": 22591, "title": "Control: Ultimate Edition Cloud Version", "description": null, "release_date": null, "review_score": 7, "multiplayer": { "id": 22719, "player_count": null }, "platform": { "id": 22719, "pc": false, "linux": false, "mac": false, "web_browser": false, "psp": false, "vita": false, "ps1": false, "ps2": false, "ps3": false, "ps4": false, "ps5": false, "xbox": false, "xbox_360": false, "xbox_one": false, "xbox_one_x": false, "nes": false, "super_nintendo": false, "n64": false, "game_boy": false, "game_boy_color": false, "game_boy_advance": false, "gamecube": false, "wii": false, "wii_u": false, "nintendo_switch": true, "nintendo_ds": false, "nintendo_3ds": false, "mobile": false, "ios": false, "android": false, "windows_mobile": false, "tg16": false, "tcd": false, "n_gage": false, "arcade": false, "sega_saturn": false, "sega_genesis": false, "dreamcast": false, "blackberry": false, "neo_geo": false, "neo_geo_pocket_color": false, "neo_geo_pocket": false, "famicom": false, "zeebo": false, "web_os": false } }