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

Download Icons for Game Platforms #26

Open FreakyNobleGas opened 9 months ago

FreakyNobleGas commented 9 months ago

We'll want to find icons to represent each platform and put them in a static assets directory.

Here's a dictionary of all the unique platforms from our Gamespot dataset: platforms = { 'PC': 'Windows PC', 'NS': 'Nintendo Switch', 'XONE': 'Xbox One', 'PS4': 'PlayStation 4', 'IOS': 'iOS', 'WIIU': 'Wii U', 'LNX': 'Linux', 'MAC': 'Mac OS', 'AND': 'Android', '3DS': 'Nintendo 3DS', 'PS3': 'PlayStation 3', 'TG16': 'TurboGrafx-16', 'VITA': 'PlayStation Vita', 'X360': 'Xbox 360', 'SNES': 'Super Nintendo Entertainment System', 'XBOX': 'Xbox', 'PS2': 'PlayStation 2', 'WII': 'Wii', 'N64': 'Nintendo 64', 'NGE': 'N-Gage', 'PSP': 'PlayStation Portable', 'MOBI': 'Mobile Phone', 'ARC': 'Arcade', 'GBC': 'Game Boy Color', 'WEB': 'Web Browser', 'SAT': 'Sega Saturn', 'GBA': 'Game Boy Advance', 'DS': 'Nintendo DS', 'DC': 'Dreamcast', 'BB': 'BlackBerry', 'WOS': 'WebOS', 'WINM': 'Windows Mobile', 'PS': 'PlayStation', 'NES': 'Nintendo Entertainment System', 'GEN': 'Sega Genesis', 'NEO': 'Neo Geo', 'TCD': 'TurboGrafx-CD', 'FDS': 'Famicom Disk System', 'GC': 'GameCube', 'NGPC': 'Neo Geo Pocket Color', 'ZOD': 'Zeebo', 'GB': 'Game Boy', 'NGP': 'Neo Geo Pocket' }